Theme editor gettext from hervada. fixes #5885
git-svn-id: http://svn.automattic.com/wordpress/trunk@6881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0e18cafd6c
commit
d67043e6ae
|
@ -86,7 +86,7 @@ $desc_header = ( $description != $file_show ) ? "$description</strong> (%s)" : "
|
|||
?>
|
||||
<div class="wrap">
|
||||
<div class="bordertitle">
|
||||
<h2 style="border: none; padding-bottom: 0px;">Theme Editor</h2>
|
||||
<h2 style="border: none; padding-bottom: 0px;"><?php _e('Theme Editor'); ?></h2>
|
||||
<form id="themeselector" name="theme" action="theme-editor.php" method="post">
|
||||
<strong><?php _e('Select theme to edit: '); ?></strong>
|
||||
<select name="theme" id="theme" style="margin: 0; padding: 0;">
|
||||
|
|
Loading…
Reference in New Issue