mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
Docs: Add missing @global
entry for list table view mode in WP_Screen::render_view_mode()
.
Props priyankabehera155. See #40208. Built from https://develop.svn.wordpress.org/trunk@40308 git-svn-id: http://core.svn.wordpress.org/trunk@40215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
127a2c9998
commit
e51bc5fb6b
@ -1193,6 +1193,8 @@ final class WP_Screen {
|
|||||||
* Render the list table view mode preferences.
|
* Render the list table view mode preferences.
|
||||||
*
|
*
|
||||||
* @since 4.4.0
|
* @since 4.4.0
|
||||||
|
*
|
||||||
|
* @global string $mode List table view mode.
|
||||||
*/
|
*/
|
||||||
public function render_view_mode() {
|
public function render_view_mode() {
|
||||||
$screen = get_current_screen();
|
$screen = get_current_screen();
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.8-alpha-40307';
|
$wp_version = '4.8-alpha-40308';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
Block a user