Make WordPress Core

Ticket #17042: patch.17042.txt

File patch.17042.txt, 712 bytes (added by bluntelk, 14 years ago)

Patch to add in the missing </fieldset> tag

Line 
1Index: user-edit.php
2===================================================================
3--- user-edit.php       (revision 6)
4+++ user-edit.php       (working copy)
5@@ -213,7 +213,7 @@
6 <?php /* translators: Show admin bar when viewing site */ _e( 'when viewing site' ); ?></label><br />
7 <label for="admin_bar_admin">
8 <input name="admin_bar_admin" type="checkbox" id="admin_bar_admin" value="1" <?php checked( _get_admin_bar_pref( 'admin', $profileuser->ID ) ); ?> />
9-<?php /* translators: Show admin bar in dashboard */ _e( 'in dashboard' ); ?></label>
10+<?php /* translators: Show admin bar in dashboard */ _e( 'in dashboard' ); ?></label></fieldset>
11 </td>
12 </tr>
13 <?php do_action('personal_options', $profileuser); ?>