Changeset 31217 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 01/16/2015 09:18:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r31188 r31217 1806 1806 } elseif ( $global_id != $term_id ) { 1807 1807 $local_id = $wpdb->get_row( $wpdb->prepare( "SELECT term_id FROM $wpdb->terms WHERE term_id = %d", $global_id ) ); 1808 if ( null != $local_id ) 1809 $local_id =global_terms( $local_id );1810 if ( 10 < $global_terms_recurse ) 1808 if ( null != $local_id ) { 1809 global_terms( $local_id ); 1810 if ( 10 < $global_terms_recurse ) { 1811 1811 $global_id = $term_id; 1812 } 1813 } 1812 1814 } 1813 1815
Note: See TracChangeset
for help on using the changeset viewer.