Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:10:39 PM (12 years ago)
Author:
ryan
Message:

One newline is enough.

File:
1 edited

Legend:

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

    r19679 r19684  
    213213}
    214214
    215 
    216215/**
    217216 * Check if the current post in within any of the given categories.
     
    370369        $output .= walk_category_dropdown_tree( $categories, $depth, $r );
    371370    }
     371
    372372    if ( ! $r['hide_if_empty'] || ! empty($categories) )
    373373        $output .= "</select>\n";
    374 
    375374
    376375    $output = apply_filters( 'wp_dropdown_cats', $output );
     
    582581}
    583582
    584 
    585583/**
    586584 * Generates a tag cloud (heatmap) from provided data.
     
    11541152}
    11551153
    1156 
    11571154/**
    11581155 * Check if the current post has any of given category.
Note: See TracChangeset for help on using the changeset viewer.