Changeset 2471
- Timestamp:
- 03/22/05 17:33:05 (4 years ago)
- Files:
-
- trunk/wp-admin/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/index.php
r2433 r2471 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 ) ) . "</li>";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>"; 43 43 } 44 44 ?>
