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:
Peter Westwood 2008-07-26 08:05:30 +00:00
parent 3f76f09b36
commit 5bcfcc8d92
1 changed files with 2 additions and 2 deletions

View File

@ -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');
}