Changeset 49171 for trunk/src/wp-includes/class-wp-taxonomy.php
- Timestamp:
- 10/16/2020 02:41:15 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-taxonomy.php
r49141 r49171 427 427 empty( $args['update_count_by_callback'] ) 428 428 ) { 429 $args['update_count_by_callback'] = function( $tt_ids, $taxonomy , $modify_by) {429 $args['update_count_by_callback'] = function( $tt_ids, $taxonomy ) use ( $args ) { 430 430 return call_user_func( $args['update_count_callback'], $tt_ids, $taxonomy ); 431 431 };
Note: See TracChangeset
for help on using the changeset viewer.