Changeset 90
- Timestamp:
- 10/07/2013 02:03:50 PM (12 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome
- Files:
-
- 6 added
- 2 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> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css
r80 r90 7 7 Version: 1.0 8 8 */ 9 10 @import url("dashicons.css"); 9 11 10 12 html,
Note: See TracChangeset
for help on using the changeset viewer.