Make WordPress Core

Changeset 60802


Ignore:
Timestamp:
09/27/2025 07:33:48 PM (6 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the order of @see and @param tags in WP_Customize_Widgets.

Follow-up to [36586], [42630].

Props shailu25.
See #63166.

File:
1 edited

Legend:

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

    r60681 r60802  
    555555     *
    556556     * @global array $wp_registered_sidebars
     557     *
    557558     * @return bool Active.
    558559     */
     
    18081809     * @since 4.5.0
    18091810     *
     1811     * @see WP_Customize_Nav_Menus::filter_wp_nav_menu_args()
     1812     *
    18101813     * @param array $params {
    18111814     *     Dynamic sidebar params.
     
    18141817     *     @type array $widget_args Widget args.
    18151818     * }
    1816      * @see WP_Customize_Nav_Menus::filter_wp_nav_menu_args()
    1817      *
    18181819     * @return array Params.
    18191820     */
Note: See TracChangeset for help on using the changeset viewer.