Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:00:07 PM (4 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/twentyfourteen/inc/featured-content.php

    r47808 r48104  
    191191
    192192    /**
    193      * Delete featured content ids transient.
     193     * Delete featured content IDs transient.
    194194     *
    195195     * Hooks in the "save_post" action.
     
    234234        }
    235235
    236         // We need to respect post ids already in the blacklist.
     236        // We need to respect post IDs already in the blacklist.
    237237        $post__not_in = $query->get( 'post__not_in' );
    238238
     
    509509        $output['hide-tag'] = isset( $input['hide-tag'] ) && $input['hide-tag'] ? 1 : 0;
    510510
    511         // Delete the featured post ids transient.
     511        // Delete the featured post IDs transient.
    512512        self::delete_transient();
    513513
Note: See TracChangeset for help on using the changeset viewer.