Make WordPress Core

Changeset 10690


Ignore:
Timestamp:
03/03/2009 10:08:50 PM (15 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/single.php

    r8999 r10690  
    3131                        <?php /* This is commented, because it requires a little adjusting sometimes.
    3232                            You'll need to download this plugin, and follow the instructions:
    33                             http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
     33                            http://binarybonsai.com/wordpress/time-since/ */
    3434                            /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
    3535                        on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
Note: See TracChangeset for help on using the changeset viewer.