Remove duplicated id attribute. props pagesimplify. (wp-testers)
git-svn-id: http://svn.automattic.com/wordpress/trunk@18493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
592e3c5d8f
commit
77cf05fbb7
|
@ -139,7 +139,7 @@ switch($step) {
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="prefix">Table Prefix</label></th>
|
||||
<td><input name="prefix" id="prefix" type="text" id="prefix" value="wp_" size="25" /></td>
|
||||
<td><input name="prefix" id="prefix" type="text" value="wp_" size="25" /></td>
|
||||
<td>If you want to run multiple WordPress installations in a single database, change this.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue