Docs: Add missing @param tag for show_post_locked_dialog filter.

Props keesiemeijer.
Fixes #39479.
Built from https://develop.svn.wordpress.org/trunk@39710


git-svn-id: http://core.svn.wordpress.org/trunk@39650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-01-06 21:59:04 +00:00
parent 6e5d66c10e
commit 93d4caaccd
2 changed files with 2 additions and 1 deletions

View File

@ -1516,6 +1516,7 @@ function _admin_notice_post_locked() {
* @since 3.6.0
*
* @param bool $display Whether to display the dialog. Default true.
* @param WP_Post $post Post object.
* @param WP_User|bool $user WP_User object on success, false otherwise.
*/
if ( ! apply_filters( 'show_post_locked_dialog', true, $post, $user ) )

View File

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