Changeset 45034
- Timestamp:
- 03/27/2019 03:32:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r44986 r45034 1028 1028 $wp_list_table = _get_list_table( 'WP_Terms_List_Table', array( 'screen' => $_POST['screen'] ) ); 1029 1029 1030 $level = 0; 1030 $level = 0; 1031 $noparents = ''; 1032 1031 1033 if ( is_taxonomy_hierarchical( $taxonomy ) ) { 1032 1034 $level = count( get_ancestors( $tag->term_id, $taxonomy, 'taxonomy' ) );
Note: See TracChangeset
for help on using the changeset viewer.