XPressME Integration Kit

Trac


Ignore:
Timestamp:
Apr 23, 2009, 12:21:48 PM (15 years ago)
Author:
toemon
Message:

クレジットのリンクをwww.toemon.comからja.xpressme.infoに変更

Location:
trunk/wp-content/plugins/xpressme
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/plugins/xpressme/include/custom_functions.php

    r184 r193  
    8686        $xpress_version = $xoops_config->module_version; 
    8787        $xpress_codename = $xoops_config->module_codename; 
    88         $ret = '<a href="http://www.toemon.com"'. " target='_blank'" . '>XPressME Ver.' . sprintf('%.2f %s',$xpress_version,$xpress_codename) .'</a>'; 
     88        $ret = '<a href="http://ja.xpressme.info"'. " target='_blank'" . '>XPressME Ver.' . sprintf('%.2f %s',$xpress_version,$xpress_codename) .'</a>'; 
    8989        if (strstr($wp_version,'ME')){ 
    9090                $ret .= '(included <a href="http://wpme.sourceforge.jp/" title="Powered by WordPress"'." target='_blank'". '>WordPress ' . $wp_version . '</a>)'; 
  • trunk/wp-content/plugins/xpressme/xpressme.php

    r182 r193  
    22/* 
    33Plugin Name: Plugin for XPressME 
    4 Plugin URI: http://www.toemon.com 
     4Plugin URI: http://ja.xpressme.info 
    55Description: Plugin for XPressME (custom function,filter,action) 
    66Author: toemon 
    7 Version: 0.001 
    8 Author URI: http://www.toemon.com 
     7Version: 1.0 
     8Author URI: http://ja.xpressme.info 
    99*/ 
    1010require_once('xpressme_class.php'); 
Note: See TracChangeset for help on using the changeset viewer.