Make WordPress Core


Ignore:
Timestamp:
04/01/2019 11:54:23 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Themes: Link to an updated documentation on child themes on developer.wordpress.org, instead of Codex.

Props man4toman.
See #46450.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-themes-list-table.php

    r43571 r45080  
    242242                if ( $theme->parent() ) {
    243243                    printf(
     244                        /* translators: %s: link to documentation on child themes */
    244245                        ' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>',
    245                         __( 'https://codex.wordpress.org/Child_Themes' ),
     246                        __( 'https://developer.wordpress.org/themes/advanced-topics/child-themes/' ),
    246247                        $theme->parent()->display( 'Name' )
    247248                    );
Note: See TracChangeset for help on using the changeset viewer.