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-admin/includes/misc.php

    r48185 r48200  
    10291029 * @param array  $response  The Heartbeat response.
    10301030 * @param array  $data      The $_POST data sent.
    1031  * @param string $screen_id The screen id.
     1031 * @param string $screen_id The screen ID.
    10321032 * @return array The Heartbeat response.
    10331033 */
     
    10761076 * @param array  $response  The Heartbeat response.
    10771077 * @param array  $data      The $_POST data sent.
    1078  * @param string $screen_id The screen id.
     1078 * @param string $screen_id The screen ID.
    10791079 * @return array The Heartbeat response.
    10801080 */
     
    11291129 * @param array  $response  The Heartbeat response.
    11301130 * @param array  $data      The $_POST data sent.
    1131  * @param string $screen_id The screen id.
     1131 * @param string $screen_id The screen ID.
    11321132 * @return array The Heartbeat response.
    11331133 */
Note: See TracChangeset for help on using the changeset viewer.