Make WordPress Core


Ignore:
Timestamp:
10/24/2011 07:13:23 PM (12 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r18827 r19054  
    11291129
    11301130            $excluded_categories = array_map( 'intval', $excluded_categories );
    1131                
     1131
    11321132            if ( ! empty( $cat_array ) ) {
    11331133                $excluded_categories = array_diff($excluded_categories, $cat_array);
     
    12771277    if( ! is_array( $excluded_categories ) )
    12781278        $excluded_categories = explode( ',', $excluded_categories );
    1279        
     1279
    12801280    if ( $in_same_cat || ! empty( $excluded_categories ) ) {
    12811281        if ( $in_same_cat )
Note: See TracChangeset for help on using the changeset viewer.