Ticket #19175: 19175.diff
| File 19175.diff, 336 bytes (added by , 14 years ago) |
|---|
-
wp-includes/post.php
3181 3181 } 3182 3182 3183 3183 if ( $foundid ) 3184 return get_page( $foundid, $output, $post_type);3184 return get_page( $foundid, $output ); 3185 3185 3186 3186 return null; 3187 3187 }