Remove errant nbsps
git-svn-id: https://develop.svn.wordpress.org/trunk@9806 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
67f826b4d3
commit
f6e1881137
@ -208,7 +208,7 @@ if ( 0 != $post->ID ) {
|
||||
<div class="misc-pub-section curtime misc-pub-section-last">
|
||||
<span id="timestamp">
|
||||
<?php printf($stamp, $date); ?></span>
|
||||
<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
|
||||
<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
|
||||
<div id="timestampdiv" class="hide-if-js"><?php touch_time(($action == 'edit'),1,4); ?></div>
|
||||
</div><?php // /misc-pub-section ?>
|
||||
<?php endif; ?>
|
||||
|
@ -196,7 +196,7 @@ if ( 0 != $post->ID ) {
|
||||
<div class="misc-pub-section curtime misc-pub-section-last">
|
||||
<span id="timestamp">
|
||||
<?php printf($stamp, $date); ?></span>
|
||||
<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
|
||||
<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
|
||||
<div id="timestampdiv" class="hide-if-js"><?php touch_time(($action == 'edit'),1,4); ?></div>
|
||||
</div><?php // /misc-pub-section ?>
|
||||
<?php endif; ?>
|
||||
|
Loading…
Reference in New Issue
Block a user