The url for the time-since plugin has changed. Fixes #7250 props Paveo.

git-svn-id: https://develop.svn.wordpress.org/trunk@10690 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2009-03-03 22:08:50 +00:00
parent 2146937638
commit a2f0424476
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ get_header();
This entry was posted This entry was posted
<?php /* This is commented, because it requires a little adjusting sometimes. <?php /* This is commented, because it requires a little adjusting sometimes.
You'll need to download this plugin, and follow the instructions: You'll need to download this plugin, and follow the instructions:
http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */ http://binarybonsai.com/wordpress/time-since/ */
/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?> on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
and is filed under <?php the_category(', ') ?>. and is filed under <?php the_category(', ') ?>.