Make WordPress Core


Ignore:
Timestamp:
06/11/2011 03:44:42 AM (13 years ago)
Author:
dd32
Message:

Remove debug comments & more housecleaning. See #17748

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/showcase.php

    r18239 r18266  
    179179                    );
    180180                    // Our new query for the Recent Posts section.
    181                     $recent = new WP_Query();
    182                     $recent->query( $recent_args );
     181                    $recent = new WP_Query( $recent_args );
    183182                    $counter = 0;
    184183
Note: See TracChangeset for help on using the changeset viewer.