Changeset 11374
- Timestamp:
- 05/17/2009 07:36:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/widgets.php
r11317 r11374 174 174 $settings = $settings[$this->number]; 175 175 // filters the widget's settings, return false to stop displaying the widget 176 $settings = apply_filters('widget_display_callback', $settings, $this );176 $settings = apply_filters('widget_display_callback', $settings, $this, $args); 177 177 if ( false !== $settings ) 178 178 $this->widget($args, $settings);
Note: See TracChangeset
for help on using the changeset viewer.