Make WordPress Core


Ignore:
Timestamp:
10/02/2017 10:01:19 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Widgets: Pass $instance to widget argument filters:

  • widget_archives_dropdown_args
  • widget_archives_args
  • widget_categories_dropdown_args
  • widget_categories_args
  • widget_meta_poweredby
  • widget_pages_args
  • widget_comments_args
  • widget_posts_args
  • widget_tag_cloud_args

See [33971] for widget_links_args and [34662] for widget_nav_menu_args.

Props Takahashi_Fumiki.
Fixes #38017.

File:
1 edited

Legend:

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

    r41162 r41685  
    7171                 *
    7272                 * @since 2.6.0
    73                  * @since 4.4.0 The `$instance` parameter was added.
     73                 * @since 4.4.0 Added the `$instance` parameter.
    7474                 *
    7575                 * @see wp_list_bookmarks()
Note: See TracChangeset for help on using the changeset viewer.