Docs: Make "list table table tag" a bit more readable.

See: #34885, r35796.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Kovshenin 2015-12-06 21:54:26 +00:00
parent 919867b090
commit 84affbd3a9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.