Make WordPress Core


Ignore:
Timestamp:
02/21/2023 04:37:03 PM (21 months ago)
Author:
SergeyBiryukov
Message:

Docs: Document default values for optional parameters in various DocBlocks.

Props paulkevan, costdev, audrasjb, SergeyBiryukov.
See #56792.

File:
1 edited

Legend:

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

    r53959 r55398  
    7272 * @param string $field    The name of the data field to return.
    7373 * @param int    $bookmark The bookmark ID to get field.
    74  * @param string $context  Optional. The context of how the field will be used.
     74 * @param string $context  Optional. The context of how the field will be used. Default 'display'.
    7575 * @return string|WP_Error
    7676 */
Note: See TracChangeset for help on using the changeset viewer.