Changeset 12005 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/07/2009 03:22:23 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r11983 r12005 3507 3507 } 3508 3508 break; 3509 case 'theme-editor':3510 case 'plugin-editor':3511 $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";3512 $show_screen = true;3513 break;3514 3509 case 'widgets': 3515 3510 if ( !isset($_wp_contextual_help['widgets']) ) {
Note: See TracChangeset
for help on using the changeset viewer.