Ticket #19020: 19020.twenty-eleven.patch
| File 19020.twenty-eleven.patch, 786 bytes (added by , 14 years ago) |
|---|
-
wp-content/themes/twentyeleven/inc/theme-options.php
116 116 return; 117 117 118 118 get_current_screen()->add_help_tab( array( 119 'title' => __( 'Screen Info'),119 'title' => __( 'Overview', 'twentyeleven' ), 120 120 'id' => 'theme-options-help', 121 121 'content' => 122 122 '<p>' . __( 'Some themes provide customization options that are grouped together on a Theme Options screen. If you change themes, options may change or disappear, as they are theme-specific. Your current theme, Twenty Eleven, provides the following Theme Options:', 'twentyeleven' ) . '</p>' .