Skip to content

Commit

Permalink
Docs: Update various HelpHub links located in bundled themes to avoid…
Browse files Browse the repository at this point in the history
… unnecessary redirections.

Props mkismy.
See #60732, #60699.





git-svn-id: https://develop.svn.wordpress.org/trunk@57800 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
audrasjb committed Mar 11, 2024
1 parent d09c0f5 commit 68fa550
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyeleven/content-aside.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* 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
* @subpackage Twenty_Eleven
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyeleven/content-gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* 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
* @subpackage Twenty_Eleven
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyeleven/content-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* 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
* @subpackage Twenty_Eleven
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyeleven/content-link.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* 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
* @subpackage Twenty_Eleven
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyeleven/content-status.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* 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
* @subpackage Twenty_Eleven
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyfifteen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function twentyfifteen_setup() {
/*
* 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(
'post-formats',
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyfourteen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function twentyfourteen_setup() {

/*
* 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(
'post-formats',
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentyseventeen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function twentyseventeen_setup() {
/*
* 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(
'post-formats',
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentysixteen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function twentysixteen_setup() {
/*
* 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(
'post-formats',
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentythirteen/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function twentythirteen_setup() {

/*
* 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(
'post-formats',
Expand Down

0 comments on commit 68fa550

Please sign in to comment.