Changeset 745114
- Timestamp:
- 07/23/2013 06:22:55 PM (13 years ago)
- File:
-
- 1 edited
-
g-crossposting/trunk/gplus-crosspost.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
g-crossposting/trunk/gplus-crosspost.php
r744562 r745114 4 4 Plugin URI: http://wordpress.org/extend/plugins/g-crossposting/ 5 5 Description: Imports your public Google+ activities in your Wordpress blog. 6 Version: 1.1. 26 Version: 1.1.3 7 7 Author: Sebastian Stein 8 8 Author URI: http://sebstein.hpfsc.de/ … … 226 226 227 227 // check if we got errors 228 if ( $activities->error) {228 if (isset($activities, $activities->error)) { 229 229 return null; 230 230 }
Note: See TracChangeset
for help on using the changeset viewer.