Changeset 5708 for trunk/wp-includes/widgets.php
- Timestamp:
- 06/14/2007 10:45:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/widgets.php
r5700 r5708 390 390 function wp_widget_links($args) { 391 391 global $wp_db_version; 392 extract($args );392 extract($args, EXTR_SKIP); 393 393 if ( $wp_db_version < 3582 ) { 394 394 // This ONLY works with li/h2 sidebars.
Note: See TracChangeset
for help on using the changeset viewer.