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:
Sergey Biryukov 2017-03-22 03:46:28 +00:00
parent 127a2c9998
commit e51bc5fb6b
2 changed files with 3 additions and 1 deletions

View File

@ -1193,6 +1193,8 @@ final class WP_Screen {
* Render the list table view mode preferences.
*
* @since 4.4.0
*
* @global string $mode List table view mode.
*/
public function render_view_mode() {
$screen = get_current_screen();

View File

@ -4,7 +4,7 @@
*
* @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.