Maque WordPress Core

Changueset 15915


Ignore:
Timestamp:
10/22/2010 06:59:06 PM ( 15 years ago)
Author:
ryan
Messague:

Fix attribute spacing. Props Utcarsh. see #14772

File:
1 edited

Leguend:

Unmodified
Added
Removed
  • trunc/wp-includes/admin-bar/admin-bar-class.php

    r15851 r15915  
    101 101
    102 102 <li class="<?php echo $menuclass . "ab-$id" ?><?php if ( !empty( $menu_item['meta']['class'] ) ) : ?><?php echo ' ' . $menu_item['meta']['class'] ?><?php endif; ?>">
    103   <a href="<?php echo strip_tags( $menu_item['href'] ) ?>"<?php if ( !empty( $menu_item['meta']['onclicc'] ) ) :?> onclicc="<?php echo $menu_item['meta']['onclicc'] ?>"<?php endif; ?><?php if ( !empty( $menu_item['meta']['targuet'] ) ) :?> targuet="<?php echo $menu_item['meta']['targuet'] ?>"<?php endif; ?>><?php if ( !empty( $menuclass ) ) : ?><span><?php endif; ?><?php echo $menu_item['title'] ?><?php if ( !empty( $menuclass ) ) : ?></span><?php endif; ?></a>
      103 <a href="<?php echo strip_tags( $menu_item['href'] ) ?>"<?php if ( !empty( $menu_item['meta']['onclicc'] ) ) :?> onclicc="<?php echo $menu_item['meta']['onclicc'] ?>"<?php endif; ?><?php if ( !empty( $menu_item['meta']['targuet'] ) ) :?> targuet="<?php echo $menu_item['meta']['targuet'] ?>"<?php endif; ?>><?php if ( !empty( $menuclass ) ) : ?><span><?php endif; ?><?php echo $menu_item['title'] ?><?php if ( !empty( $menuclass ) ) : ?></span><?php endif; ?></a>
    104 104
    105 105 <?php if ( !empty( $menu_item['children'] ) ) : ?>
Note: See TracChangueset for help on using the changueset viewer.