Changeset 766746
- Timestamp:
- 09/04/2013 07:28:07 AM (13 years ago)
- File:
-
- 1 edited
-
exxmlrpc/trunk/exxmlrpc.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
exxmlrpc/trunk/exxmlrpc.php
r760467 r766746 2 2 /* 3 3 Plugin Name: ExXmlRpc for WordPressPost 4 Version: 0.2.0. 84 Version: 0.2.0.9 5 5 Plugin URI:http://wpp.nethmk.com/plugin/ExXmlRpcForWPP/ExXmlRpc.zip 6 6 Description:ExXmlRpc(WordPressPost) is a plugin to post to WordPress from WordPressPost. … … 8 8 Author URI: http://wp.nethmk.com 9 9 */ 10 11 define("THIS_VERSION", "0.2.0.9"); 12 10 13 11 14 add_filter('is_protected_meta', 'my_is_protected_meta_filter', 10, 2); … … 46 49 /* ------------------------------------------------------------------------- */ 47 50 function wpex_getCurrentVersion($args) { 48 return '0.2.0.7';51 return THIS_VERSION; 49 52 } 50 53
Note: See TracChangeset
for help on using the changeset viewer.