Changeset 38443
- Timestamp:
- 08/30/2016 11:19:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r38434 r38443 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.