Changeset 1339 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
- Timestamp:
- 02/27/2015 12:26:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
r1322 r1339 26 26 <# if ( data.parent ) { #> 27 27 <div class="theme-notice notice notice-info"> 28 <p class="parent"><?php printf( __( 'This is a child theme of %s.' ), sprintf( '<a href="/ %1$s">%2$s</a>', '{{{ data.parent.slug }}}', '{{{ data.parent.name }}}' ) ); ?></p>28 <p class="parent"><?php printf( __( 'This is a child theme of %s.' ), sprintf( '<a href="/themes/%1$s/">%2$s</a>', '{{{ data.parent.slug }}}', '{{{ data.parent.name }}}' ) ); ?></p> 29 29 </div> 30 30 <# } #>
Note: See TracChangeset
for help on using the changeset viewer.