Ticket #23255: 23255.diff
| File 23255.diff, 617 bytes (added by , 13 years ago) |
|---|
-
wp-includes/post-formats.php
11 11 * 12 12 * @since 3.1.0 13 13 * 14 * @param int|object $post A post14 * @param int|object $post Post ID or post object. Optional, default is the current post from the loop. 15 15 * 16 * @return mixed The format if successful . False if no format is set. WP_Error if errors.16 * @return mixed The format if successful, false otherwise. 17 17 */ 18 18 function get_post_format( $post = null ) { 19 19 $post = get_post($post);
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)