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:
parent
2146937638
commit
a2f0424476
@ -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(', ') ?>.
|
||||||
|
Loading…
Reference in New Issue
Block a user