Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inc/listings.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ function cptui_listings() {
<p>
<?php
printf(
'<a href="https://developer.wordpress.org/themes/basics/template-hierarchy/">%s</a>',
'<a href="https://developer.wordpress.org/themes/classic-themes/basics/template-hierarchy/">%s</a>',
esc_html__( 'Template hierarchy Theme Handbook', 'custom-post-type-ui' )
);
?>
Expand Down Expand Up @@ -434,7 +434,7 @@ function cptui_listings() {
<p>
<?php
printf(
'<a href="https://developer.wordpress.org/themes/basics/template-hierarchy/">%s</a>',
'<a href="https://developer.wordpress.org/themes/classic-themes/basics/template-hierarchy/">%s</a>',
esc_html__( 'Template hierarchy Theme Handbook', 'custom-post-type-ui' )
);
?>
Expand Down
2 changes: 1 addition & 1 deletion inc/support.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function cptui_support() {
printf(
/* translators: Placeholders are just for HTML markup that doesn't need translated */
esc_html__( 'Please visit the %1$sTemplate Hierarchy%2$s page on the WordPress codex for details about available templates.', 'custom-post-type-ui' ),
'<a href="https://developer.wordpress.org/themes/basics/template-hierarchy/">',
'<a href="https://developer.wordpress.org/themes/classic-themes/basics/template-hierarchy/">',
'</a>'
);
?>
Expand Down