Make WordPress Core


Ignore:
Timestamp:
02/17/2008 12:58:23 AM (18 years ago)
Author:
ryan
Message:

Theme editor gettext from hervada. fixes #5885

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r6878 r6881  
    8787<div class="wrap">
    8888<div class="bordertitle">
    89     <h2 style="border: none; padding-bottom: 0px;">Theme Editor</h2>
     89    <h2 style="border: none; padding-bottom: 0px;"><?php _e('Theme Editor'); ?></h2>
    9090    <form id="themeselector" name="theme" action="theme-editor.php" method="post">
    9191        <strong><?php _e('Select theme to edit: '); ?></strong>
Note: See TracChangeset for help on using the changeset viewer.