Make WordPress Core


Ignore:
Timestamp:
06/28/2020 02:07:53 PM (5 years ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [48104]

See #49572.

File:
1 edited

Legend:

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

    r48115 r48200  
    926926
    927927    /**
    928      * Sets blog id.
     928     * Sets blog ID.
    929929     *
    930930     * @since 3.0.0
     
    932932     * @param int $blog_id
    933933     * @param int $network_id Optional.
    934      * @return int Previous blog id.
     934     * @return int Previous blog ID.
    935935     */
    936936    public function set_blog_id( $blog_id, $network_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.