Make WordPress Core


Ignore:
Timestamp:
06/28/2020 02:07:53 PM (6 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/ms-blogs.php

    r48121 r48200  
    3232
    3333/**
    34  * Get a full blog URL, given a blog id.
     34 * Get a full blog URL, given a blog ID.
    3535 *
    3636 * @since MU (3.0.0)
     
    290290
    291291/**
    292  * Update the details for a blog. Updates the blogs table for a given blog id.
     292 * Update the details for a blog. Updates the blogs table for a given blog ID.
    293293 *
    294294 * @since MU (3.0.0)
     
    383383
    384384/**
    385  * Add a new option for a given blog id.
     385 * Add a new option for a given blog ID.
    386386 *
    387387 * You do not need to serialize values. If the value needs to be serialized, then
     
    420420
    421421/**
    422  * Removes option by name for a given blog id. Prevents removal of protected WordPress options.
     422 * Removes option by name for a given blog ID. Prevents removal of protected WordPress options.
    423423 *
    424424 * @since MU (3.0.0)
     
    451451 * @since MU (3.0.0)
    452452 *
    453  * @param int    $id         The blog id.
     453 * @param int    $id         The blog ID.
    454454 * @param string $option     The option key.
    455455 * @param mixed  $value      The option value.
Note: See TracChangeset for help on using the changeset viewer.