Make WordPress Core

Ticket #44877: 44877.patch

File 44877.patch, 449 bytes (added by burhandodhy, 7 years ago)
  • wp-admin/includes/misc.php

     
    15921592         *
    15931593         * @since 4.9.6
    15941594         *
    1595          * @param $post WP_Post The currently edited post.
     1595         * @param WP_Post $post The currently edited post.
    15961596         */
    15971597        public static function notice( $post ) {
    15981598                if ( ! ( $post instanceof WP_Post ) ) {