Make WordPress Core


Ignore:
Timestamp:
10/07/2009 03:22:23 PM (16 years ago)
Author:
ryan
Message:

Disable codepress. Maintained replacement needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r11983 r12005  
    35073507            }
    35083508            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;
    35143509        case 'widgets':
    35153510            if ( !isset($_wp_contextual_help['widgets']) ) {
Note: See TracChangeset for help on using the changeset viewer.