Help/About: Avoid extra redirections on HelpHub Links.
This changeset replaces various HelpHub links that have changed to avoid extra 301 redirections. Props sabernhardt, audrasjb. See #57726. Built from https://develop.svn.wordpress.org/trunk@55414 git-svn-id: http://core.svn.wordpress.org/trunk@54947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -4963,7 +4963,7 @@ function sanitize_option( $option, $value ) {
|
||||
$error = sprintf(
|
||||
/* translators: %s: Documentation URL. */
|
||||
__( 'A structure tag is required when using custom permalinks. <a href="%s">Learn more</a>' ),
|
||||
__( 'https://wordpress.org/documentation/article/using-permalinks/#choosing-your-permalink-structure' )
|
||||
__( 'https://wordpress.org/documentation/article/customize-permalinks/#choosing-your-permalink-structure' )
|
||||
);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user