Docs: Update various HelpHub links located in bundled themes to avoid unnecessary redirections.

Props mkismy.
See #60732, #60699.




Built from https://develop.svn.wordpress.org/trunk@57800


git-svn-id: http://core.svn.wordpress.org/trunk@57301 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2024-03-11 14:00:12 +00:00
parent 671f1df1f7
commit cfe6f501e2
11 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@
* *
* Used on index and archive pages. * Used on index and archive pages.
* *
* @link https://wordpress.org/documentation/article/post-formats/ * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
* *
* @package WordPress * @package WordPress
* @subpackage Twenty_Eleven * @subpackage Twenty_Eleven

View File

@ -4,7 +4,7 @@
* *
* Used on index and archive pages. * Used on index and archive pages.
* *
* @link https://wordpress.org/documentation/article/post-formats/ * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
* *
* @package WordPress * @package WordPress
* @subpackage Twenty_Eleven * @subpackage Twenty_Eleven

View File

@ -4,7 +4,7 @@
* *
* Used on index and archive pages. * Used on index and archive pages.
* *
* @link https://wordpress.org/documentation/article/post-formats/ * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
* *
* @package WordPress * @package WordPress
* @subpackage Twenty_Eleven * @subpackage Twenty_Eleven

View File

@ -4,7 +4,7 @@
* *
* Used on index and archive pages * Used on index and archive pages
* *
* @link https://wordpress.org/documentation/article/post-formats/ * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
* *
* @package WordPress * @package WordPress
* @subpackage Twenty_Eleven * @subpackage Twenty_Eleven

View File

@ -4,7 +4,7 @@
* *
* Used on index and archive pages * Used on index and archive pages
* *
* @link https://wordpress.org/documentation/article/post-formats/ * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
* *
* @package WordPress * @package WordPress
* @subpackage Twenty_Eleven * @subpackage Twenty_Eleven

View File

@ -117,7 +117,7 @@ if ( ! function_exists( 'twentyfifteen_setup' ) ) :
/* /*
* Enable support for Post Formats. * Enable support for Post Formats.
* *
* See: https://wordpress.org/documentation/article/post-formats/ * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
*/ */
add_theme_support( add_theme_support(
'post-formats', 'post-formats',

View File

@ -167,7 +167,7 @@ if ( ! function_exists( 'twentyfourteen_setup' ) ) :
/* /*
* Enable support for Post Formats. * Enable support for Post Formats.
* See https://wordpress.org/documentation/article/post-formats/ * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
*/ */
add_theme_support( add_theme_support(
'post-formats', 'post-formats',

View File

@ -84,7 +84,7 @@ function twentyseventeen_setup() {
/* /*
* Enable support for Post Formats. * Enable support for Post Formats.
* *
* See: https://wordpress.org/documentation/article/post-formats/ * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
*/ */
add_theme_support( add_theme_support(
'post-formats', 'post-formats',

View File

@ -122,7 +122,7 @@ if ( ! function_exists( 'twentysixteen_setup' ) ) :
/* /*
* Enable support for Post Formats. * Enable support for Post Formats.
* *
* See: https://wordpress.org/documentation/article/post-formats/ * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
*/ */
add_theme_support( add_theme_support(
'post-formats', 'post-formats',

View File

@ -221,7 +221,7 @@ function twentythirteen_setup() {
/* /*
* This theme supports all available post formats by default. * This theme supports all available post formats by default.
* See https://wordpress.org/documentation/article/post-formats/ * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
*/ */
add_theme_support( add_theme_support(
'post-formats', 'post-formats',

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.6-alpha-57799'; $wp_version = '6.6-alpha-57800';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.