XPressME Integration Kit

Trac


Ignore:
Timestamp:
Nov 3, 2009, 11:24:38 AM (15 years ago)
Author:
toemon
Message:

単語修正 (#240)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/blocks/recent_posts_content_block_theme.php

    r425 r429  
    5252                        if ($day_select == 2){ 
    5353                                $post_date = mktime (0, 0, 0, get_the_time("m"), get_the_time("d"), get_the_time("Y")); 
    54                                 if (empty($lastes_date)) $lastes_date = $post_date; 
    55                                 $base_date = $lastes_date - $between_days; 
     54                                if (empty($latest_date)) $latest_date = $post_date; 
     55                                $base_date = $latest_date - $between_days; 
    5656                                if ($post_date < $base_date) continue; 
    5757                        } 
Note: See TracChangeset for help on using the changeset viewer.