Changeset 29931 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 10/16/2014 10:06:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r29915 r29931 1042 1042 1043 1043 if ( empty( $terms ) ) { 1044 continue;1044 return $sql; 1045 1045 } 1046 1046 … … 1056 1056 1057 1057 if ( empty( $terms ) ) { 1058 continue;1058 return $sql; 1059 1059 } 1060 1060
Note: See TracChangeset
for help on using the changeset viewer.