Changeset 25590 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 09/24/2013 01:19:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r25488 r25590 2043 2043 2044 2044 if ( isset( $args['archived'] ) ) 2045 $query .= $wpdb->prepare( "AND archived = % s ", (int) $args['archived'] ); // ENUM field2045 $query .= $wpdb->prepare( "AND archived = %d ", $args['archived'] ); 2046 2046 2047 2047 if ( isset( $args['mature'] ) )
Note: See TracChangeset
for help on using the changeset viewer.