Changeset 29135 for trunk/src/wp-admin/customize.php
- Timestamp:
- 07/13/2014 03:12:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r29034 r29135 132 132 echo sprintf( __( 'You are previewing %s' ), '<strong class="theme-name">' . $wp_customize->theme()->display('Name') . '</strong>' ); 133 133 } else { 134 /* translators: %s is the site title in the Customize pane */134 /* translators: %s is the site/panel title in the Customize pane */ 135 135 echo sprintf( __( 'You are customizing %s' ), '<strong class="theme-name site-title">' . get_bloginfo( 'name' ) . '</strong>' ); 136 136 }
Note: See TracChangeset
for help on using the changeset viewer.