From 04117fc39233657c458dd12fa8632c706666cf0e Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Mon, 27 Jun 2016 01:54:30 +0000 Subject: [PATCH] Docs: Add missing variable reference for `wp_edit_form_attachment_display`. This adds the missing `$post` reference in the inline docblock for the `wp_edit_form_attachment_display` hook after [37879]. Props DrewAPicture. See 36052. Built from https://develop.svn.wordpress.org/trunk@37880 git-svn-id: http://core.svn.wordpress.org/trunk@37821 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/media.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/media.php b/wp-admin/includes/media.php index 9145362994..ef134cfee3 100644 --- a/wp-admin/includes/media.php +++ b/wp-admin/includes/media.php @@ -2773,7 +2773,7 @@ function edit_form_image_editor( $post ) { * * @since 4.6.0 * - * @param WP_Post A post object. + * @param WP_Post $post A post object. */ do_action( 'wp_edit_form_attachment_display', $post ); diff --git a/wp-includes/version.php b/wp-includes/version.php index a85d9fda8b..293c4033b6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37879'; +$wp_version = '4.6-alpha-37880'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.