Fix php open tag. Props TobiasBg. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13345 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a4b48f6d6a
commit
54ff8bf47c
@ -203,7 +203,7 @@ function output_menu_item($menu_item, $context, $args = array() ) {
|
||||
</dl>
|
||||
<?php if ( 'backend' == $context ) { ?>
|
||||
<a><span class=""></span></a>
|
||||
<php } else { ?>
|
||||
<?php } else { ?>
|
||||
<a class="hide" href="<?php echo $menu_item->link; ?>"><?php echo $menu_item->title; ?></a>
|
||||
<?php } ?>
|
||||
<input type="hidden" name="dbid<?php echo $menu_item->menu_order; ?>" id="dbid<?php echo $menu_item->menu_order; ?>" value="<?php echo $menu_item->ID; ?>" />
|
||||
|
Loading…
Reference in New Issue
Block a user