Changeset 19556
- Timestamp:
- 12/06/2011 12:46:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-admin-bar.php
r19555 r19556 121 121 if ( isset( $back_compat_parents[ $args['parent'] ] ) ) { 122 122 list( $new_parent, $version ) = $back_compat_parents[ $args['parent'] ]; 123 _deprecated_argument( __METHOD__, $version, sprintf( 'Use <code>%s</code> as the parent for the <code>%s</code> admin bar node instead of <code>%s</code>.', new_parent, $args['id'], $args['parent'] ) );123 _deprecated_argument( __METHOD__, $version, sprintf( 'Use <code>%s</code> as the parent for the <code>%s</code> admin bar node instead of <code>%s</code>.', $new_parent, $args['id'], $args['parent'] ) ); 124 124 $args['parent'] = $new_parent; 125 125 }
Note: See TracChangeset
for help on using the changeset viewer.