Move the endif inside the table so [8461] doesn't break the html. Fixes #7399 props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@8462 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3f76f09b36
commit
5bcfcc8d92
@ -196,9 +196,9 @@ foreach ( $_wp_admin_css_colors as $color => $color_info ): ?>
|
||||
<?php endforeach; ?>
|
||||
</fieldset></td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
</table>
|
||||
<?php endif;
|
||||
|
||||
<?php
|
||||
if ( $is_profile_page ) {
|
||||
do_action('profile_personal_options');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user