diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php index 753386b68c..e98d4b6344 100644 --- a/wp-admin/includes/class-wp-list-table.php +++ b/wp-admin/includes/class-wp-list-table.php @@ -1176,7 +1176,7 @@ class WP_List_Table { } /** - * Get a list of CSS classes for the list table tag. + * Get a list of CSS classes for the WP_List_Table table tag. * * @since 3.1.0 * @access protected diff --git a/wp-includes/version.php b/wp-includes/version.php index 3f8b824a4f..82e776096f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35796'; +$wp_version = '4.5-alpha-35797'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.