From 93d4caaccd167951a85d3de028c59652c80f86d5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 6 Jan 2017 21:59:04 +0000 Subject: [PATCH] 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 --- wp-admin/includes/post.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index eca583a2ec..1054f2b2e0 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -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 ) ) diff --git a/wp-includes/version.php b/wp-includes/version.php index 2efbbb3a43..0939711f43 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.