diff --git a/wp-admin/includes/class-wp-terms-list-table.php b/wp-admin/includes/class-wp-terms-list-table.php index c061fa6412..b6f843282e 100644 --- a/wp-admin/includes/class-wp-terms-list-table.php +++ b/wp-admin/includes/class-wp-terms-list-table.php @@ -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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 905d76059f..6ca6a81ff0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.