Add missing form ending tag. Props ocean90. see #11817
git-svn-id: http://svn.automattic.com/wordpress/trunk@13383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8bcc5969dc
commit
a5b99ad4e6
|
@ -372,6 +372,7 @@ if ( $post_counter > 0 && $menu_selected_id > 0 && ! $updated ) {
|
|||
</div><!-- /.widgets-holder-wrap -->
|
||||
</div><!-- /.hide-if-no-js -->
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div id="dialog-confirm" style="display:none;" title="<?php esc_attr_e('Edit Menu Item'); ?>">
|
||||
|
|
Loading…
Reference in New Issue