XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jan 8, 2009, 9:20:19 PM (15 years ago)
Author:
toemon
Message:

言語ファイルのドメイン名をkubilicからxpressに変更、及びpoを取り直して整理

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/xpress_default/archives.php

    r1 r64  
    1818<?php include (get_template_directory() . '/searchform.php'); ?> 
    1919 
    20         <h2><?php _e('Archives by Month:', 'kubrick'); ?></h2> 
     20        <h2><?php _e('Archives by Month:', 'xpress'); ?></h2> 
    2121        <ul> 
    2222                <?php wp_get_archives('type=monthly'); ?> 
    2323        </ul> 
    2424 
    25         <h2><?php _e('Archives by Subject:', 'kubrick'); ?></h2> 
     25        <h2><?php _e('Archives by Subject:', 'xpress'); ?></h2> 
    2626        <ul> 
    2727                 <?php wp_list_categories(); ?> 
Note: See TracChangeset for help on using the changeset viewer.