Remove duplicated id attribute. props pagesimplify. (wp-testers)
git-svn-id: https://develop.svn.wordpress.org/trunk@18493 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
db79dcc18a
commit
14b7842a79
@ -139,7 +139,7 @@ switch($step) {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="prefix">Table Prefix</label></th>
|
<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>
|
<td>If you want to run multiple WordPress installations in a single database, change this.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user