Ticket #12955: 12955.2.diff
File 12955.2.diff, 397 bytes (added by , 9 years ago) |
---|
-
wp-includes/post-functions.php
447 447 return null; 448 448 449 449 $_post = $_post->filter( $filter ); 450 451 $_post = apply_filters( 'get_post', $_post ); 450 452 451 453 if ( $output == ARRAY_A ) 452 454 return $_post->to_array();