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:
Ryan Boren 2010-02-23 22:07:33 +00:00
parent a4b48f6d6a
commit 54ff8bf47c
1 changed files with 1 additions and 1 deletions

View File

@ -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; ?>" />