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-includes/class-wp-customize-manager.php

    r48100 r48104  
    10781078
    10791079    /**
    1080      * Get the changeset post id for the loaded changeset.
     1080     * Get the changeset post ID for the loaded changeset.
    10811081     *
    10821082     * @since 4.7.0
     
    32113211     * @since 4.9.0
    32123212     *
    3213      * @param int  $changeset_post_id Changeset post id.
    3214      * @param bool $take_over Take over the changeset, default is false.
     3213     * @param int  $changeset_post_id Changeset post ID.
     3214     * @param bool $take_over Whether to take over the changeset. Default false.
    32153215     */
    32163216    public function set_changeset_lock( $changeset_post_id, $take_over = false ) {
     
    32363236     * @since 4.9.0
    32373237     *
    3238      * @param int $changeset_post_id Changeset post id.
     3238     * @param int $changeset_post_id Changeset post ID.
    32393239     */
    32403240    public function refresh_changeset_lock( $changeset_post_id ) {
Note: See TracChangeset for help on using the changeset viewer.