mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
31a054b9b9
commit
9cb88949bf
@ -196,9 +196,9 @@ foreach ( $_wp_admin_css_colors as $color => $color_info ): ?>
|
|||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</fieldset></td>
|
</fieldset></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
<?php endif;
|
<?php
|
||||||
|
|
||||||
if ( $is_profile_page ) {
|
if ( $is_profile_page ) {
|
||||||
do_action('profile_personal_options');
|
do_action('profile_personal_options');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user