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

    r1 r64  
    77<title><?php bloginfo('name'); 
    88if ( is_single() ) { 
    9         _e('&raquo; Blog Archive', 'kubrick'); 
     9        _e('&raquo; Blog Archive', 'xpress'); 
    1010} 
    1111wp_title(); ?></title> 
    1212 
    1313<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> 
    14 <link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" /> 
    15 <link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" /> 
     14<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'xpress'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" /> 
     15<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'xpress'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" /> 
    1616<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 
    1717<?php 
Note: See TracChangeset for help on using the changeset viewer.