Make WordPress Core


Ignore:
Timestamp:
03/25/2018 06:09:56 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

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

    r42630 r42875  
    906906     * @since 3.9.0
    907907     *
    908      * @param array $widget_ids Array of widget IDs.
    909      * @return array Array of sanitized widget IDs.
     908     * @param string[] $widget_ids Array of widget IDs.
     909     * @return string[] Array of sanitized widget IDs.
    910910     */
    911911    public function sanitize_sidebar_widgets( $widget_ids ) {
Note: See TracChangeset for help on using the changeset viewer.