Fix summaries for two methods added to WP_Terms_List_Table in 4.3.

See [32644]. See #32891.


git-svn-id: https://develop.svn.wordpress.org/trunk@33207 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-07-13 18:21:24 +00:00
parent 71ffa6195e
commit 794b64438d

View File

@ -373,7 +373,7 @@ class WP_Terms_List_Table extends WP_List_Table {
} }
/** /**
* Get the name of the default primary column. * Gets the name of the default primary column.
* *
* @since 4.3.0 * @since 4.3.0
* @access protected * @access protected
@ -385,7 +385,7 @@ class WP_Terms_List_Table extends WP_List_Table {
} }
/** /**
* Generate and display row actions links. * Generates and displays row action links.
* *
* @since 4.3.0 * @since 4.3.0
* @access protected * @access protected