diff --git a/src/wp-content/themes/twentyeleven/inc/theme-options.php b/src/wp-content/themes/twentyeleven/inc/theme-options.php
index 78be3b5aad..af9bd87fb1 100644
|
a
|
b
|
function twentyeleven_settings_field_layout() { |
| 341 | 341 | function twentyeleven_theme_options_render_page() { |
| 342 | 342 | ?> |
| 343 | 343 | <div class="wrap"> |
| 344 | | <?php screen_icon(); ?> |
| 345 | | <?php $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : get_current_theme(); ?> |
| | 344 | <?php $theme_name = function_exists( 'wp_get_theme' ) ? wp_get_theme() : 'Twenty Eleven'; ?> |
| 346 | 345 | <h2> |
| 347 | 346 | <?php |
| 348 | 347 | /* translators: %s: Theme name. */ |