You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* translators: %s expands to the product name, e.g. "News SEO" or "all Yoast Plugins" */
315
+
/* translators: %s expands to the product name, e.g. "News SEO" or "all the Yoast Plugins" */
314
316
esc_html__( 'Buy %s', 'wordpress-seo' ),
315
317
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Reason: The possible `get_buy_button` values are hardcoded (buy_button or title); only passed through the WPSEO_Extensions class.
/* translators: Text between 1: and 2: will only be shown to screen readers. 3: expands to the product name, e.g. "News SEO" or "all Yoast Plugins" */
329
+
/* translators: Text between 1: and 2: will only be shown to screen readers. 3: expands to the product name, e.g. "News SEO" or "all the Yoast Plugins" */
328
330
esc_html__( 'More information %1$sabout %3$s%2$s', 'wordpress-seo' ),
0 commit comments