diff --git a/inc/listings.php b/inc/listings.php index 56abafe7..f7470f45 100644 --- a/inc/listings.php +++ b/inc/listings.php @@ -246,7 +246,7 @@ function cptui_listings() {
%s', + '%s', esc_html__( 'Template hierarchy Theme Handbook', 'custom-post-type-ui' ) ); ?> @@ -434,7 +434,7 @@ function cptui_listings() {
%s', + '%s', esc_html__( 'Template hierarchy Theme Handbook', 'custom-post-type-ui' ) ); ?> diff --git a/inc/support.php b/inc/support.php index 71f42a11..dac50cff 100644 --- a/inc/support.php +++ b/inc/support.php @@ -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' ), - '', + '', '' ); ?>