Changeset 2225 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/front-page.php
- Timestamp:
- 12/23/2015 08:41:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/front-page.php
r960 r2225 30 30 <?php the_content(); ?> 31 31 <?php if ( $url ) : ?> 32 <p><a href="<?php echo esc_url( $url ); ?>"> Learn more about <?php the_title(); ?> »</a></p>32 <p><a href="<?php echo esc_url( $url ); ?>"><?php printf( __( 'Learn more about %s »', 'make-wporg' ), get_the_title() ); ?></a></p> 33 33 <?php endif; ?> 34 34 </div>
Note: See TracChangeset
for help on using the changeset viewer.