Changeset 50556 for trunk/src/wp-includes/embed.php
- Timestamp:
- 03/20/2021 06:28:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/embed.php
r50401 r50556 1203 1203 function the_embed_site_title() { 1204 1204 $site_title = sprintf( 1205 '<a href="%s" target="_top"><img src="%s" srcset="%s 2x" width="32" height="32" alt="" class="wp-embed-site-icon" /><span>%s</span></a>',1205 '<a href="%s" target="_top"><img src="%s" srcset="%s 2x" width="32" height="32" alt="" class="wp-embed-site-icon" /><span>%s</span></a>', 1206 1206 esc_url( home_url() ), 1207 1207 esc_url( get_site_icon_url( 32, includes_url( 'images/w-logo-blue.png' ) ) ),
Note: See TracChangeset
for help on using the changeset viewer.