Make WordPress Core


Ignore:
Timestamp:
03/03/2016 07:55:15 PM (9 years ago)
Author:
obenland
Message:

Customize: Site logos are custom logos.

Brings the nomenclature closer to custom headers and backgrounds.

See https://wordpress.slack.com/archives/core/p1456955151003150
See #35945.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post-template.php

    r36698 r36837  
    706706    if ( get_background_color() !== get_theme_support( 'custom-background', 'default-color' ) || get_background_image() )
    707707        $classes[] = 'custom-background';
    708 
    709     if ( has_site_logo() ) {
    710         $classes[] = 'wp-site-logo';
    711     }
    712708
    713709    $page = $wp_query->get( 'page' );
Note: See TracChangeset for help on using the changeset viewer.