diff --git a/wp-admin/includes/class-wp-users-list-table.php b/wp-admin/includes/class-wp-users-list-table.php index 719007691d..4035c58cb6 100644 --- a/wp-admin/includes/class-wp-users-list-table.php +++ b/wp-admin/includes/class-wp-users-list-table.php @@ -475,7 +475,7 @@ class WP_Users_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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 78c8d91013..c703de059b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33209'; +$wp_version = '4.3-beta2-33210'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.