Update documentation links.
This commit is contained in:
parent
b43d66f862
commit
f0c18b6683
|
@ -216,7 +216,7 @@ class WC_Product_Download implements ArrayAccess {
|
||||||
/* translators: %1$s is the downloadable file path, %2$s is an opening link tag, %3%s is a closing link tag. */
|
/* translators: %1$s is the downloadable file path, %2$s is an opening link tag, %3%s is a closing link tag. */
|
||||||
__( 'The downloadable file %1$s cannot be used: it is not located in an approved directory. Please contact a site administrator and request their approval. %2$sLearn more.%3$s', 'woocommerce' ),
|
__( 'The downloadable file %1$s cannot be used: it is not located in an approved directory. Please contact a site administrator and request their approval. %2$sLearn more.%3$s', 'woocommerce' ),
|
||||||
'<code>' . $download_file . '</code>',
|
'<code>' . $download_file . '</code>',
|
||||||
'<a href="https://woocommerce.com/documentation/approved-download-directories">', // @todo update to working link (see https://github.com/Automattic/woocommerce/issues/181)
|
'<a href="https://woocommerce.com/document/approved-download-directories">',
|
||||||
'</a>'
|
'</a>'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -229,7 +229,7 @@ class WC_Product_Download implements ArrayAccess {
|
||||||
/* translators: %1$s is the downloadable file path, %2$s is an opening link tag, %3%s is a closing link tag. */
|
/* translators: %1$s is the downloadable file path, %2$s is an opening link tag, %3%s is a closing link tag. */
|
||||||
__( 'The downloadable file %1$s cannot be used: it is not located in an approved directory. Please contact a site administrator for help. %2$sLearn more.%3$s', 'woocommerce' ),
|
__( 'The downloadable file %1$s cannot be used: it is not located in an approved directory. Please contact a site administrator for help. %2$sLearn more.%3$s', 'woocommerce' ),
|
||||||
'<code>' . $download_file . '</code>',
|
'<code>' . $download_file . '</code>',
|
||||||
'<a href="https://woocommerce.com/documentation/approved-download-directories">', // @todo update to working link (see https://github.com/Automattic/woocommerce/issues/181)
|
'<a href="https://woocommerce.com/document/approved-download-directories">',
|
||||||
'</a>'
|
'</a>'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue