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に変更

File:
1 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>)'; 
Note: See TracChangeset for help on using the changeset viewer.