Changeset 31905 for trunk/src/wp-includes/widgets.php
- Timestamp:
- 03/26/2015 08:55:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r31850 r31905 805 805 806 806 if ( empty( $args['id'] ) ) { 807 _doing_it_wrong( __FUNCTION__, sprintf( __( 'You should set %s in the arguments array.' ), 'id' ), '4.2.0' ); 807 /* translators: %s: the id argument */ 808 _doing_it_wrong( __FUNCTION__, sprintf( __( 'You should set %s in the arguments array.' ), '<code>id</code>' ), '4.2.0' ); 808 809 } 809 810
Note: See TracChangeset
for help on using the changeset viewer.