Make WordPress Core


Ignore:
Timestamp:
05/16/2017 12:06:32 PM (8 years ago)
Author:
ocean90
Message:

Customize: Igore invalid customization sessions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/customize.php

    r40510 r40704  
    156156                <div class="accordion-section-title">
    157157                    <span class="preview-notice"><?php
    158                         echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title site-title">' . get_bloginfo( 'name' ) . '</strong>' );
     158                        echo sprintf( __( 'You are customizing %s' ), '<strong class="panel-title site-title">' . get_bloginfo( 'name', 'display' ) . '</strong>' );
    159159                    ?></span>
    160160                    <button type="button" class="customize-help-toggle dashicons dashicons-editor-help" aria-expanded="false"><span class="screen-reader-text"><?php _e( 'Help' ); ?></span></button>
Note: See TracChangeset for help on using the changeset viewer.