Revision: 23113
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 30, 2010 13:39 by maryann
Initial Code
Posted on <?php the_time('F jS, Y') ?> <?php $u_time = get_the_time('U'); $u_modified_time = get_the_modified_time('U'); if ($u_modified_time != $u_time) { echo "and last modified on "; the_modified_time('F jS, Y'); echo ". "; } ?>
Initial URL
Initial Description
Initial Title
Show post modification time
Initial Tags
wordpress
Initial Language
PHP