Make WordPress Core

Changeset 37880


Ignore:
Timestamp:
06/27/2016 01:53:23 AM (9 years ago)
Author:
joemcgill
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/media.php

    r37879 r37880  
    27742774         * @since 4.6.0
    27752775         *
    2776          * @param WP_Post A post object.
     2776         * @param WP_Post $post A post object.
    27772777         */
    27782778        do_action( 'wp_edit_form_attachment_display', $post );
Note: See TracChangeset for help on using the changeset viewer.