~canonical-sysadmins/wordpress/4.7.4

« back to all changes in this revision

Viewing changes to wp-includes/general-template.php

  • Committer: Barry Price
  • Date: 2016-09-08 02:50:41 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: barry.price@canonical.com-20160908025041-xblhpbi3hq55m5y3
Merge WP4.6.1 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
2853
2853
                $urls = array_unique( $urls );
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
        }
2859
2859
}