Changeset 54568 for branches/4.8/src/wp-includes/media-template.php
- Timestamp:
- 10/17/2022 06:10:19 PM (3 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/media-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
- Property svn:mergeinfo changed
/trunk merged: 54521-54530,54541
- Property svn:mergeinfo changed
-
branches/4.8/src/wp-includes/media-template.php
r40640 r54568 1253 1253 <img id="preview-favicon" src="{{ data.url }}" alt="<?php esc_attr_e( 'Preview as a browser icon' ); ?>"/> 1254 1254 </div> 1255 <span class="browser-title" aria-hidden="true"><?php bloginfo( 'name'); ?></span>1255 <span class="browser-title" aria-hidden="true"><?php echo esc_js( get_bloginfo( 'name' ) ); ?></span> 1256 1256 </div> 1257 1257
Note: See TracChangeset
for help on using the changeset viewer.