Changeset 53626
- Timestamp:
- 07/01/2022 02:25:00 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php
r49183 r53626 340 340 */ 341 341 function twentyeleven_theme_options_render_page() { 342 $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme()->display( 'Name' ) : get_option( 'current_theme' ); 342 343 ?> 343 344 <div class="wrap"> 344 <?php screen_icon(); ?>345 <?php $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : get_current_theme(); ?>346 345 <h2> 347 346 <?php
Note: See TracChangeset
for help on using the changeset viewer.