Ticket #24417: 24417.patch
| File 24417.patch, 492 bytes (added by , 13 years ago) |
|---|
-
wp-includes/post-formats.php
diff --git a/wp-includes/post-formats.php b/wp-includes/post-formats.php index 5a2c1f7..c0901e4 100644
a b function get_the_post_format_url( $post_id = 0 ) { 840 840 } 841 841 842 842 if ( ! empty( $meta_link ) ) 843 return apply_filters( 'get_the_post_format_url', esc_url_raw( $meta_link ), $post );843 return apply_filters( 'get_the_post_format_url', $meta_link, $post ); 844 844 } 845 845 846 846 if ( ! empty( $post->post_content ) )
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)