Docs: Fix typo in `WP_Theme_Install_List_Table` description.
Props Frozzare. Fixes #37234. Built from https://develop.svn.wordpress.org/trunk@37937 git-svn-id: http://core.svn.wordpress.org/trunk@37878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7f5717ba5d
commit
8aa1c37590
|
@ -13,7 +13,7 @@
|
|||
* @since 3.1.0
|
||||
* @access private
|
||||
*
|
||||
* @see WP_Thenes_List_Table
|
||||
* @see WP_Themes_List_Table
|
||||
*/
|
||||
class WP_Theme_Install_List_Table extends WP_Themes_List_Table {
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-beta1-37934';
|
||||
$wp_version = '4.6-beta1-37937';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue