Changeset 13345
- Timestamp:
- 02/23/2010 10:07:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/custom-navigation.php
r13344 r13345 204 204 <?php if ( 'backend' == $context ) { ?> 205 205 <a><span class=""></span></a> 206 < php } else { ?>206 <?php } else { ?> 207 207 <a class="hide" href="<?php echo $menu_item->link; ?>"><?php echo $menu_item->title; ?></a> 208 208 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.