Changeset 45028 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 03/27/2019 12:15:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r44956 r45028 949 949 if ( $custom_logo_id ) { 950 950 $custom_logo_attr = array( 951 'class' => 'custom-logo', 952 'itemprop' => 'logo', 951 'class' => 'custom-logo', 953 952 ); 954 953 … … 967 966 */ 968 967 $html = sprintf( 969 '<a href="%1$s" class="custom-logo-link" rel="home" itemprop="url">%2$s</a>',968 '<a href="%1$s" class="custom-logo-link" rel="home">%2$s</a>', 970 969 esc_url( home_url( '/' ) ), 971 970 wp_get_attachment_image( $custom_logo_id, 'full', false, $custom_logo_attr )
Note: See TracChangeset
for help on using the changeset viewer.