Move the endif inside the table so [8461] doesn't break the html. Fixes #7399 props DD32.

git-svn-id: http://svn.automattic.com/wordpress/trunk@8462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-07-26 08:05:30 +00:00
parent 31a054b9b9
commit 9cb88949bf
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');
}