Changeset 9806
- Timestamp:
- 11/20/2008 03:29:44 AM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
edit-form-advanced.php (modified) (1 diff)
-
edit-page-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r9755 r9806 209 209 <span id="timestamp"> 210 210 <?php printf($stamp, $date); ?></span> 211 <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> 212 212 <div id="timestampdiv" class="hide-if-js"><?php touch_time(($action == 'edit'),1,4); ?></div> 213 213 </div><?php // /misc-pub-section ?> -
trunk/wp-admin/edit-page-form.php
r9755 r9806 197 197 <span id="timestamp"> 198 198 <?php printf($stamp, $date); ?></span> 199 <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> 200 200 <div id="timestampdiv" class="hide-if-js"><?php touch_time(($action == 'edit'),1,4); ?></div> 201 201 </div><?php // /misc-pub-section ?>
Note: See TracChangeset
for help on using the changeset viewer.