Fix summaries for two methods added to `WP_Terms_List_Table` in 4.3.

See [32644]. See #32891.

Built from https://develop.svn.wordpress.org/trunk@33207


git-svn-id: http://core.svn.wordpress.org/trunk@33179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-07-13 18:22:25 +00:00
parent 281d2ed535
commit f9070e11b4
2 changed files with 3 additions and 3 deletions

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
* @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
* @access protected

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33206';
$wp_version = '4.3-beta2-33207';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.