Docs: Add missing @global entry for list table view mode in wp_ajax_inline_save().

Props priyankabehera155.
See #40208.
Built from https://develop.svn.wordpress.org/trunk@40307


git-svn-id: http://core.svn.wordpress.org/trunk@40214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-03-22 03:45:45 +00:00
parent f78ceb362e
commit 127a2c9998
2 changed files with 3 additions and 1 deletions

View File

@ -1598,6 +1598,8 @@ function wp_ajax_sample_permalink() {
* Ajax handler for Quick Edit saving a post from a list table.
*
* @since 3.1.0
*
* @global string $mode List table view mode.
*/
function wp_ajax_inline_save() {
global $mode;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-alpha-40306';
$wp_version = '4.8-alpha-40307';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.