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() ) );