Make WordPress Core


Ignore:
Timestamp:
06/28/2020 11:47:45 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve documentation for optional parameters per the documentation standards.

See #49572.

File:
1 edited

Legend:

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

    r48121 r48197  
    664664 * @global array $wp_registered_widgets  Registered widgets.
    665665 *
    666  * @param int|string $index Optional, default is 1. Index, name or ID of dynamic sidebar.
     666 * @param int|string $index Optional. Index, name or ID of dynamic sidebar. Default 1.
    667667 * @return bool True, if widget sidebar was found and called. False if not found or not called.
    668668 */
Note: See TracChangeset for help on using the changeset viewer.