Make WordPress Core


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

Customize: Ignore invalid customization sessions.

Merge of [40704] to the 4.0 branch.

Location:
branches/4.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.0

  • branches/4.0/src/wp-admin/customize.php

    r37775 r40712  
    142142                        } else {
    143143                            /* translators: %s is the site/panel title in the Customize pane */
    144                             echo sprintf( __( 'You are customizing %s' ), '<strong class="theme-name site-title">' . get_bloginfo( 'name' ) . '</strong>' );
     144                            echo sprintf( __( 'You are customizing %s' ), '<strong class="theme-name site-title">' . get_bloginfo( 'name', 'display' ) . '</strong>' );
    145145                        }
    146146                    ?></span>
Note: See TracChangeset for help on using the changeset viewer.