Changeset 31850
- Timestamp:
- 03/20/2015 06:29:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r31826 r31850 803 803 804 804 $i = count($wp_registered_sidebars) + 1; 805 806 if ( empty( $args['id'] ) ) { 807 _doing_it_wrong( __FUNCTION__, sprintf( __( 'You should set %s in the arguments array.' ), 'id' ), '4.2.0' ); 808 } 805 809 806 810 $defaults = array(
Note: See TracChangeset
for help on using the changeset viewer.