From 1979aa220e27fbea4f799f2835ac005f99550e55 Mon Sep 17 00:00:00 2001 From: Jb Date: Sat, 23 Nov 2019 19:10:47 +0100 Subject: [PATCH] Re-add type=array --- phpcs.xml.dist | 2 +- themes/wporg-5ftf/template-parts/content-5ftf_pledge.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index ae1fd09..5f98c99 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -143,7 +143,7 @@ provided as a comma-delimited list. --> - + diff --git a/themes/wporg-5ftf/template-parts/content-5ftf_pledge.php b/themes/wporg-5ftf/template-parts/content-5ftf_pledge.php index 957f1d8..4f6406a 100644 --- a/themes/wporg-5ftf/template-parts/content-5ftf_pledge.php +++ b/themes/wporg-5ftf/template-parts/content-5ftf_pledge.php @@ -26,7 +26,7 @@ $allowed_html = array_merge( ); $more = sprintf( - __( '… continue reading %s', 'wporg-5ftf' ), + __( '… continue reading %2$s', 'wporg-5ftf' ), esc_url( get_permalink() ), esc_html( get_the_title() ) );