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/page.php

    r1 r64  
    2525                <h2><?php the_title(); ?></h2> 
    2626                        <div class="entry"> 
    27                                 <?php the_content('<p class="serif">' . __('Read the rest of this page &raquo;', 'kubrick') . '</p>'); ?> 
     27                                <?php the_content('<p class="serif">' . __('Read the rest of this page &raquo;', 'xpress') . '</p>'); ?> 
    2828 
    29                                 <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> 
     29                                <?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'xpress') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> 
    3030 
    3131                        </div> 
    3232                </div> 
    3333                <?php endwhile; endif; ?> 
    34         <?php edit_post_link(__('Edit this entry.', 'kubrick'), '<p>', '</p>'); ?> 
     34        <?php edit_post_link(__('Edit this entry.', 'xpress'), '<p>', '</p>'); ?> 
    3535 
    3636        </div> 
Note: See TracChangeset for help on using the changeset viewer.