Ticket #33068: patch.diff
| File patch.diff, 548 bytes (added by , 11 years ago) |
|---|
-
wp-includes/post.php
diff --git i/wp-includes/post.php w/wp-includes/post.php index d0ecd2e..b630f4d 100644
i w function get_extended( $post ) { 419 419 * When $output is OBJECT, a `WP_Post` instance is returned. 420 420 */ 421 421 function get_post( $post = null, $output = OBJECT, $filter = 'raw' ) { 422 if ( empty( $post ) && isset( $GLOBALS['post'] ) )422 if ( 0 !== $post && empty( $post ) && isset( $GLOBALS['post'] ) ) 423 423 $post = $GLOBALS['post']; 424 424 425 425 if ( $post instanceof WP_Post ) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)