Changeset 1361 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
- Timestamp:
- 02/28/2015 05:35:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php
r1359 r1361 28 28 ?> 29 29 <div class="theme-notice notice notice-info"> 30 <p class="parent-theme"><?php printf( __( 'This is a child theme of %s.' ), sprintf( '<a href=" /themes/%1$s">%2$s</a>', get_permalink( $parent->ID ), $parent->post_title ) ); ?></p>30 <p class="parent-theme"><?php printf( __( 'This is a child theme of %s.' ), sprintf( '<a href="%1$s">%2$s</a>', get_permalink( $parent->ID ), $parent->post_title ) ); ?></p> 31 31 </div> 32 32 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.