Changeset 2570 for trunk/wp-admin/index.php
- Timestamp:
- 04/22/2005 12:16:48 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r2471 r2570 40 40 if ($post->post_title == '') 41 41 $post->post_title = sprintf(__('Post #%s'), $post->ID); 42 echo "<li> <a href='post.php?action=edit&post=$post->ID' title='" . __('Edit this post') . "'>$post->post_title</a> in " . human_time_diff( current_time('timestamp', 1), strtotime($post->post_date_gmt. ' GMT')) . "</li>";42 echo "<li>" . sprintf(__('%1$s in %2$s'), "<a href='post.php?action=edit&post=$post->ID' title='" . __('Edit this post') . "'>$post->post_title</a>", human_time_diff( current_time('timestamp', 1), strtotime($post->post_date_gmt. ' GMT') )) . "</li>"; 43 43 } 44 44 ?>
Note: See TracChangeset
for help on using the changeset viewer.