Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:00:07 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Capitalize "ID", when referring to a post ID, term ID, etc. in a more consistent way.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/inc/template-tags.php

    r47122 r48104  
    132132function twentyseventeen_front_page_section( $partial = null, $id = 0 ) {
    133133    if ( is_a( $partial, 'WP_Customize_Partial' ) ) {
    134         // Find out the id and set it up during a selective refresh.
     134        // Find out the ID and set it up during a selective refresh.
    135135        global $twentyseventeencounter;
    136136
Note: See TracChangeset for help on using the changeset viewer.