Changes between Initial Version and Version 2 of Ticket #22986
- Timestamp:
- 12/18/12 01:31:39 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22986 – Description
initial v2 4 4 5 5 http://core.trac.wordpress.org/browser/trunk/wp-includes/theme.php 6 {{{ 6 7 1008 foreach ( (array) $headers as $header ) { 7 8 1009 $url = esc_url_raw( $header->guid ); 9 }}}