Changeset 744548
- Timestamp:
- 07/22/2013 06:30:11 PM (13 years ago)
- Location:
- g-crossposting/trunk
- Files:
-
- 2 edited
-
admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
g-crossposting/trunk/admin.php
r641183 r744548 22 22 23 23 // provide admins a hook to trigger manual import of activities 24 if ( $_GET['g_crossposting_manual_import']) {24 if (array_key_exists('g_crossposting_manual_import', $_GET)) { 25 25 g_crossposting_update(); 26 26 g_crossposting_add_error('g_crossposting_err_import', __("Manual import of Google+ activities done.")); -
g-crossposting/trunk/readme.txt
r641183 r744548 4 4 Tags: google, googleplus, posts 5 5 Requires at least: 3.0.0 6 Tested up to: 3.5. 07 Stable tag: 1.1. 26 Tested up to: 3.5.2 7 Stable tag: 1.1.3 8 8 9 9 Imports your public Google+ activities in your Wordpress blog. … … 88 88 == Changelog == 89 89 90 = 1.1.3 = 91 92 * Get rid of an message showing up in error log while latest postings from G+ get imported. 93 94 90 95 = 1.1.2 = 91 96
Note: See TracChangeset
for help on using the changeset viewer.