Plugin Directory

Changeset 2458657


Ignore:
Timestamp:
01/19/2021 03:42:38 AM (5 years ago)
Author:
myst729
Message:

fix constant issue

Location:
wp-reposidget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-reposidget/trunk/readme.txt

    r1031139 r2458657  
    6767== Changelog ==
    6868
     69= 2.1.1 (2021-01-19) =
     70* Fix constant definition issue.
     71* 修复常量定义的问题。
     72
    6973= 2.1.0 (2014-11-23) =
    7074* Add GitHub authentication option.
     
    102106== Upgrade Notice ==
    103107
     108= 2.1.1 =
     109Fix constant definition issue.
     110修复常量定义的问题。
     111
    104112= 2.1.0 =
    105113Add GitHub OAuth option.
  • wp-reposidget/trunk/wp-reposidget.php

    r1031133 r2458657  
    1212
    1313
    14 define(WP_REPOSIDGET_HOMEPAGE,  "https://github.com/myst729/wp-reposidget");
    15 define(WP_REPOSIDGET_USERAGENT, "WP Reposidget/2.1.0 (WordPress 3.9.0+) Leo Deng/729");
     14define('WP_REPOSIDGET_HOMEPAGE',  "https://github.com/myst729/wp-reposidget");
     15define('WP_REPOSIDGET_USERAGENT', "WP Reposidget/2.1.0 (WordPress 3.9.0+) Leo Deng/729");
    1616
    1717function wp_reposidget_i18n() {
Note: See TracChangeset for help on using the changeset viewer.