The url for the time-since plugin has changed. Fixes #7250 props Paveo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10690 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a5594ea3a3
commit
88cab327c9
|
@ -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