Make WordPress Core


Ignore:
Timestamp:
06/27/2020 12:00:48 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve DocBlocks in wp-includes/theme.php per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r48171 r48189  
    464464 */
    465465// Theme.
     466add_action( 'setup_theme', 'create_initial_theme_features', 0 );
    466467add_action( 'wp_loaded', '_custom_header_background_just_in_time' );
    467468add_action( 'wp_head', '_custom_logo_header_styles' );
     
    471472add_action( 'delete_attachment', '_delete_attachment_theme_mod' );
    472473add_action( 'transition_post_status', '_wp_keep_alive_customize_changeset_dependent_auto_drafts', 20, 3 );
    473 add_action( 'setup_theme', 'create_initial_theme_features', 0 );
    474474
    475475// Calendar widget cache.
Note: See TracChangeset for help on using the changeset viewer.