Fix php open tag. Props TobiasBg. see #11817

git-svn-id: http://svn.automattic.com/wordpress/trunk@13345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-02-23 22:07:33 +00:00
parent 5fa6e0a242
commit be7d6dda05

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