Changeset 8342
- Timestamp:
- 07/15/2008 04:22:31 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.6/wp-includes/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-includes/widgets.php
r8250 r8342 1044 1044 extract($args, EXTR_SKIP); 1045 1045 if ( is_numeric($widget_args) ) 1046 $widget_args = array( 'number' => $wid egt_args );1046 $widget_args = array( 'number' => $widget_args ); 1047 1047 $widget_args = wp_parse_args( $widget_args, array( 'number' => -1 ) ); 1048 1048 extract($widget_args, EXTR_SKIP);
Note: See TracChangeset
for help on using the changeset viewer.