Changeset 26082
- Timestamp:
- 11/11/2013 03:46:36 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/customize.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/customize.php
r25858 r26082 75 75 76 76 $admin_title = sprintf( __( '%1$s — WordPress' ), strip_tags( sprintf( __( 'Customize %s' ), $wp_customize->theme()->display('Name') ) ) ); 77 ?><title><?php echo $admin_title; ?></title><?php 78 77 ?><title><?php echo $admin_title; ?></title> 78 79 <script type="text/javascript"> 80 var ajaxurl = '<?php echo admin_url( 'admin-ajax.php', 'relative' ); ?>'; 81 </script> 82 83 <?php 79 84 /** 80 85 * Print Customizer control styles.
Note: See TracChangeset
for help on using the changeset viewer.