Ticket #44877: 44877.patch
File 44877.patch, 449 bytes (added by , 7 years ago) |
---|
-
wp-admin/includes/misc.php
1592 1592 * 1593 1593 * @since 4.9.6 1594 1594 * 1595 * @param $post WP_Post The currently edited post.1595 * @param WP_Post $post The currently edited post. 1596 1596 */ 1597 1597 public static function notice( $post ) { 1598 1598 if ( ! ( $post instanceof WP_Post ) ) {