Make WordPress Core

Ticket #34541: 34541.patch

File 34541.patch, 614 bytes (added by grapplerulrich, 9 years ago)
  • wp-admin/includes/template-functions.php

     
    16861686         *
    16871687         * @since 2.8.0
    16881688         *
    1689          * @param array $post_states An array of post display states.
    1690          * @param int   $post        The post ID.
     1689         * @param array   $post_states An array of post display states.
     1690         * @param WP_Post $post        The current WP_Post object.
    16911691         */
    16921692        $post_states = apply_filters( 'display_post_states', $post_states, $post );
    16931693