Docs: Fix typo in `WP_Links_List_Table` DocBlock.
Props audrasjb. Fixes #52349. Built from https://develop.svn.wordpress.org/trunk@50002 git-svn-id: http://core.svn.wordpress.org/trunk@49703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9f12d7f575
commit
a45a292777
|
@ -13,7 +13,7 @@
|
||||||
* @since 3.1.0
|
* @since 3.1.0
|
||||||
* @access private
|
* @access private
|
||||||
*
|
*
|
||||||
* @see WP_List_Tsble
|
* @see WP_List_Table
|
||||||
*/
|
*/
|
||||||
class WP_Links_List_Table extends WP_List_Table {
|
class WP_Links_List_Table extends WP_List_Table {
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.7-alpha-50001';
|
$wp_version = '5.7-alpha-50002';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue