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
This commit is contained in:
Joe McGill 2016-06-27 01:54:30 +00:00
parent f82e7ed434
commit 04117fc392
2 changed files with 2 additions and 2 deletions

View File

@ -2773,7 +2773,7 @@ function edit_form_image_editor( $post ) {
* *
* @since 4.6.0 * @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 ); do_action( 'wp_edit_form_attachment_display', $post );

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.