Make WordPress Core

Changeset 9806


Ignore:
Timestamp:
11/20/2008 03:29:44 AM (17 years ago)
Author:
markjaquith
Message:

Remove errant nbsps

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r9755 r9806  
    209209    <span id="timestamp">
    210210    <?php printf($stamp, $date); ?></span>
    211     &nbsp;<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
     211    <a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
    212212    <div id="timestampdiv" class="hide-if-js"><?php touch_time(($action == 'edit'),1,4); ?></div>
    213213</div><?php // /misc-pub-section ?>
  • trunk/wp-admin/edit-page-form.php

    r9755 r9806  
    197197    <span id="timestamp">
    198198    <?php printf($stamp, $date); ?></span>
    199     &nbsp;<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
     199    <a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
    200200    <div id="timestampdiv" class="hide-if-js"><?php touch_time(($action == 'edit'),1,4); ?></div>
    201201</div><?php // /misc-pub-section ?>
Note: See TracChangeset for help on using the changeset viewer.