Fix the DocBlock summary for WP_Plugins_List_Table->get_primary_column_name(), added in 4.3.

See [32644]. See #32891.


git-svn-id: https://develop.svn.wordpress.org/trunk@33196 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2015-07-13 17:45:16 +00:00
parent 79422e9136
commit 32c3c59944

View File

@@ -717,7 +717,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
}
/**
* Get the name of primary column for this specific list table.
* Gets the name of the primary column for this specific list table.
*
* @since 4.3.0
* @access protected