Changeset 38473 for branches/4.6/src/wp-includes/general-template.php
- Timestamp:
- 08/31/2016 05:25:03 PM (9 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
- Property svn:mergeinfo changed
/trunk merged: 38443,38447
- Property svn:mergeinfo changed
-
branches/4.6/src/wp-includes/general-template.php
r38256 r38473 2854 2854 2855 2855 foreach ( $urls as $url ) { 2856 printf( "<link rel='%s' href='%s' >\n", $relation_type, $url );2856 printf( "<link rel='%s' href='%s' />\n", $relation_type, $url ); 2857 2857 } 2858 2858 }
Note: See TracChangeset
for help on using the changeset viewer.