Making WordPress.org


Ignore:
Timestamp:
02/28/2015 05:35:46 PM (10 years ago)
Author:
Otto42
Message:

Fix permalink in content-single, the js is slightly different than this

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/content-single.php

    r1359 r1361  
    2828            ?>
    2929            <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>
    3131            </div>
    3232            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.