Changeset 19054 for trunk/wp-includes/link-template.php
- Timestamp:
- 10/24/2011 07:13:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r18827 r19054 1129 1129 1130 1130 $excluded_categories = array_map( 'intval', $excluded_categories ); 1131 1131 1132 1132 if ( ! empty( $cat_array ) ) { 1133 1133 $excluded_categories = array_diff($excluded_categories, $cat_array); … … 1277 1277 if( ! is_array( $excluded_categories ) ) 1278 1278 $excluded_categories = explode( ',', $excluded_categories ); 1279 1279 1280 1280 if ( $in_same_cat || ! empty( $excluded_categories ) ) { 1281 1281 if ( $in_same_cat )
Note: See TracChangeset
for help on using the changeset viewer.