Changeset 11673 for branches/2.8/wp-admin/includes/template.php
- Timestamp:
- 06/29/2009 09:25:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/includes/template.php
r11556 r11673 3476 3476 } 3477 3477 break; 3478 case 'theme-editor':3479 case 'plugin-editor':3480 $settings = '<p><a id="codepress-on" href="' . $screen . '.php?codepress=on">' . __('Enable syntax highlighting') . '</a><a id="codepress-off" href="' . $screen . '.php?codepress=off">' . __('Disable syntax highlighting') . "</a></p>\n";3481 $show_screen = true;3482 break;3483 3478 case 'widgets': 3484 3479 if ( !isset($_wp_contextual_help['widgets']) ) {
Note: See TracChangeset
for help on using the changeset viewer.