Make WordPress Core


Ignore:
Timestamp:
04/07/2019 05:22:17 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Link to an updated documentation on post thumbnails on developer.wordpress.org, instead of Codex.

Props samanehmirrajabi.
Fixes #46823.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r45081 r45126  
    7676         * Enable support for Post Thumbnails on posts and pages.
    7777         *
    78          * See: https://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
     78         * See: https://developer.wordpress.org/reference/functions/add_theme_support/#post-thumbnails
    7979         */
    8080        add_theme_support( 'post-thumbnails' );
Note: See TracChangeset for help on using the changeset viewer.