Advertisement
Guest User

Untitled

a guest
Jan 16th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php if(!is_404() ) { ?>
  2. <div id="dateline">
  3. <?php _e( '<span class="date">Edition: </span>' , 'stripped5' ); ?>
  4. <?php echo date('l, F j, Y'); ?>
  5. <?php _e( ' - <span class="date">Last Update: </span>' , 'stripped5' ); ?>
  6. <?php the_modified_time('g:i a T'); ?>
  7. </div>
  8. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement