Changeset 90 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/front-page.php
- Timestamp:
- 10/07/2013 02:03:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/front-page.php
r80 r90 13 13 <article id="site-<?php the_ID(); ?>" <?php post_class(); ?>> 14 14 <h2><?php the_title(); ?></h2> 15 <?php the_ excerpt(); ?>16 <?php /*if ( '1' == get_post_meta( get_the_ID(), 'weekly_meeting', true ) ) : ?>15 <?php the_content(); ?> 16 <?php if ( '1' == get_post_meta( get_the_ID(), 'weekly_meeting', true ) ) : ?> 17 17 <small> 18 18 <p><?php printf( __( 'Weekly IRC chats: %s', 'make-wporg' ), get_post_meta( get_the_ID(), 'weekly_meeting_when', true ) ); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.