mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
i18n fixes from nbachiyski. fixes #6226
git-svn-id: https://develop.svn.wordpress.org/trunk@7300 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -92,7 +92,7 @@ $desc_header = ( $description != $file_show ) ? "$description</strong> (%s)" : "
|
||||
<div class="bordertitle">
|
||||
<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>
|
||||
<strong><?php _e('Select theme to edit:'); ?> </strong>
|
||||
<select name="theme" id="theme" style="margin: 0; padding: 0;">
|
||||
<?php
|
||||
foreach ($themes as $a_theme) {
|
||||
|
||||
Reference in New Issue
Block a user