Changeset 62953 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 07/31/2026 08:41:49 AM (5 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r62816 r62953 1183 1183 $attachment_url = wp_get_attachment_image_url( $site_icon_id, $size_data ); 1184 1184 if ( $attachment_url ) { 1185 $url = $attachment_url;1185 $url = is_ssl() ? set_url_scheme( $attachment_url, 'https' ) : $attachment_url; 1186 1186 } 1187 1187 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)