mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
CSS and HTML validation fixes, props Simek, fixes #7703
git-svn-id: https://develop.svn.wordpress.org/trunk@8845 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -101,7 +101,7 @@ $desc_header = ( $description != $file_show ) ? "$description</strong> (%s)" : "
|
||||
<div class="wrap">
|
||||
<div class="bordertitle">
|
||||
<h2><?php _e('Theme Editor'); ?></h2>
|
||||
<form id="themeselector" name="theme" action="theme-editor.php" method="post">
|
||||
<form id="themeselector" action="theme-editor.php" method="post">
|
||||
<strong><label for="theme"><?php _e('Select theme to edit:'); ?> </label></strong>
|
||||
<select name="theme" id="theme">
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user