%s', __( 'These settings are being overridden by the Search Index Purge plugin.', 'yoast-search-index-purge' ) ); $content .= sprintf( '

%s

', __( 'You are actively purging attachment URLs out of Google\'s search index.', 'yoast-search-index-purge' ) ); $content .= sprintf( '

%s

', sprintf( /* translators: %1$s expands to the link to the article, %2$s expands to the closing tag of the link */ __( 'Read more about the %1$sSearch Index Purge plugin%2$s.', 'yoast-search-index-purge' ), '', '' ) ); return $content; } }