Make WordPress Core


Ignore:
Timestamp:
12/13/2011 11:45:31 PM (14 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. fixes #19537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/site-info.php

    r19514 r19593  
    109109foreach ( $tabs as $tab_id => $tab ) {
    110110    $class = ( $tab['url'] == $pagenow ) ? ' nav-tab-active' : '';
    111     echo '<a href="' . $tab['url'] . '?id=' . $id .'" class="nav-tab' . $class . '">' .  esc_html( $tab['label'] ) . '</a>';
     111    echo '<a href="' . $tab['url'] . '?id=' . $id .'" class="nav-tab' . $class . '">' . esc_html( $tab['label'] ) . '</a>';
    112112}
    113113?>
Note: See TracChangeset for help on using the changeset viewer.