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:
parent
f78ceb362e
commit
127a2c9998
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue