Changeset 13715 for trunk/wp-includes/ms-functions.php
- Timestamp:
- 03/16/2010 05:17:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r13563 r13715 1211 1211 global $wpdb; 1212 1212 1213 if ( !global_terms_enabled() ) 1214 return $term_id; 1215 1213 1216 $term_id = intval( $term_id ); 1214 1217 $c = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM $wpdb->terms WHERE term_id = %d", $term_id ) );
Note: See TracChangeset
for help on using the changeset viewer.