Ticket #33068: 33068.patch
| File 33068.patch, 466 bytes (added by , 11 years ago) |
|---|
-
post.php
423 423 * When $output is OBJECT, a `WP_Post` instance is returned. 424 424 */ 425 425 function get_post( $post = null, $output = OBJECT, $filter = 'raw' ) { 426 if ( empty( $post ) && isset( $GLOBALS['post'] ) )426 if ( ! is_null( $post ) && isset( $GLOBALS['post'] ) ) 427 427 $post = $GLOBALS['post'];
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)