Make WordPress Core

Changeset 55884

Timestamp:
06/06/2023 03:07:32 PM (14 months ago)
Author:
audrasjb
Message:

Docs: Fix a few more typos in Docblocks.

Follow-up to [6779], [10565], [12023], [25224], [27533], [32806], [34777], [45262], [46594], [55823], [55824], [55827].

Props nazmulhudadev, mukesh27.
Fixes #58338.
See #57840.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r55680 r55884  
    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)
  • trunk/src/wp-includes/option.php

    r55827 r55884  
    728728
    729729/**
    730  * Removes option by name. Prevents removal of protected WordPress options.
     730 * Removes option by name. Prevents removal of protected WordPress options.
    731731 *
    732732 * @since 1.2.0
Note: See TracChangeset for help on using the changeset viewer.