Make WordPress Core


Ignore:
Timestamp:
03/26/2010 07:36:49 PM (16 years ago)
Author:
nacin
Message:

Remove trailing whites and double semicolons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/functions.php

    r13724 r13830  
    197197    $current_term = $wp_query->get_queried_object();
    198198    $terms = wp_get_object_terms( $post->ID, $taxonomy );
    199     // If we're viewing a Taxonomy page.. 
     199    // If we're viewing a Taxonomy page..
    200200    if ( isset( $current_term->taxonomy ) && $taxonomy == $current_term->taxonomy ) {
    201201        // Remove the term from display.
Note: See TracChangeset for help on using the changeset viewer.