Make WordPress Core


Ignore:
Timestamp:
02/08/2010 06:02:23 PM (17 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

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

    r12882 r13025  
    394394        if ( is_single() ) {
    395395                $postID = $wp_query->get_queried_object_id();
    396                
     396
    397397                $classes[] = 'single postid-' . $postID;
    398398
Note: See TracChangeset for help on using the changeset viewer.