We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150b9b0 commit 6ba552dCopy full SHA for 6ba552d
docs/development/tab-files.md
@@ -77,7 +77,7 @@ class Amazing_add_on_tab
77
}
78
79
80
- // This function is needed to display data as Entry Manager column
+ // This function is needed to display data as an Entry Manager column
81
public function renderTableCell($data, $field_id, $entry)
82
{
83
$entry_meta = $this->getEntryMeta($entry->entry_id);
@@ -227,4 +227,4 @@ Display the tab data as column in the Entry Manager
227
228
Sets [table column configuration](development/services/table.html#setting-the-columns) for Entry Manager
229
230
-Returns `Array`
+Returns `Array`
0 commit comments