Make WordPress Core

Changeset 57800 for trunk


Ignore:
Timestamp:
03/11/2024 01:58:33 PM (2 years ago)
Author:
audrasjb
Message:

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

Props mkismy.
See #60732, #60699.

Location:
trunk/src/wp-content/themes
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/content-aside.php

    r55413 r57800  
    55 * Used on index and archive pages.
    66 *
    7  * @link https://wordpress.org/documentation/article/post-formats/
     7 * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyeleven/content-gallery.php

    r55413 r57800  
    55 * Used on index and archive pages.
    66 *
    7  * @link https://wordpress.org/documentation/article/post-formats/
     7 * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyeleven/content-image.php

    r55413 r57800  
    55 * Used on index and archive pages.
    66 *
    7  * @link https://wordpress.org/documentation/article/post-formats/
     7 * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyeleven/content-link.php

    r55413 r57800  
    55 * Used on index and archive pages
    66 *
    7  * @link https://wordpress.org/documentation/article/post-formats/
     7 * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyeleven/content-status.php

    r55413 r57800  
    55 * Used on index and archive pages
    66 *
    7  * @link https://wordpress.org/documentation/article/post-formats/
     7 * @link https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r57601 r57800  
    118118                 * Enable support for Post Formats.
    119119                 *
    120                  * See: https://wordpress.org/documentation/article/post-formats/
     120                 * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
    121121                 */
    122122                add_theme_support(
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r57601 r57800  
    168168                /*
    169169                 * Enable support for Post Formats.
    170                  * See https://wordpress.org/documentation/article/post-formats/
     170                 * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
    171171                 */
    172172                add_theme_support(
  • trunk/src/wp-content/themes/twentyseventeen/functions.php

    r57601 r57800  
    8585         * Enable support for Post Formats.
    8686         *
    87          * See: https://wordpress.org/documentation/article/post-formats/
     87         * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
    8888         */
    8989        add_theme_support(
  • trunk/src/wp-content/themes/twentysixteen/functions.php

    r57601 r57800  
    123123                 * Enable support for Post Formats.
    124124                 *
    125                  * See: https://wordpress.org/documentation/article/post-formats/
     125                 * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
    126126                 */
    127127                add_theme_support(
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r57601 r57800  
    222222        /*
    223223         * This theme supports all available post formats by default.
    224          * See https://wordpress.org/documentation/article/post-formats/
     224         * See: https://developer.wordpress.org/advanced-administration/wordpress/post-formats/
    225225         */
    226226        add_theme_support(
Note: See TracChangeset for help on using the changeset viewer.