Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:00:07 PM (5 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/ms-functions.php

    r48067 r48104  
    12141214         */
    12151215        do_action( 'wpmu_activate_user', $user_id, $password, $meta );
     1216
    12161217        return array(
    12171218            'user_id'  => $user_id,
     
    12521253        array( 'activation_key' => $key )
    12531254    );
     1255
    12541256    /**
    12551257     * Fires immediately after a site is activated.
Note: See TracChangeset for help on using the changeset viewer.