Updated notice

This commit is contained in:
Claudio Sanches 2020-05-04 22:20:03 -03:00
parent fdea6de347
commit 040944fda6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ if ( $uploads['error'] ) {
echo wp_kses_post(
sprintf(
/* translators: 1: uploads directory path 2: documentation URL */
__( 'Your store\'s uploads directory (<code>%1$s</code>) is public. We highly recommend serving your entire website over an HTTPS connection to help keep customer data secure. <a href="%2$s">Learn more here.</a>', 'woocommerce' ),
__( 'Your store\'s uploads directory (<code>%1$s</code>) is public. We highly recommend securing your uploads directory against indexing. <a href="%2$s">Learn more here.</a>', 'woocommerce' ),
$uploads['basedir'],
'https://docs.woocommerce.com/document/ssl-and-https/'
)