Make WordPress Core


Ignore:
Timestamp:
10/29/2021 11:11:32 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock improvements.

See #53399

File:
1 edited

Legend:

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

    r51918 r51955  
    35403540 * Given a date in UTC or GMT timezone, returns that date in the timezone of the site.
    35413541 *
    3542  * Requires and returns a date in the Y-m-d H:i:s format.
    3543  * Return format can be overridden using the $format parameter.
     3542 * Requires a date in the Y-m-d H:i:s format.
     3543 * Default return format of 'Y-m-d H:i:s' can be overridden using the `$format` parameter.
    35443544 *
    35453545 * @since 1.2.0
Note: See TracChangeset for help on using the changeset viewer.