Plugin Directory

Changeset 744548


Ignore:
Timestamp:
07/22/2013 06:30:11 PM (13 years ago)
Author:
sebstein
Message:

Get rid of an message showing up in error log while latest postings from G+ get
imported.

see bug report: http://wordpress.org/support/topic/undefined-index-notice

Location:
g-crossposting/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • g-crossposting/trunk/admin.php

    r641183 r744548  
    2222
    2323// provide admins a hook to trigger manual import of activities
    24 if ($_GET['g_crossposting_manual_import']) {
     24if (array_key_exists('g_crossposting_manual_import', $_GET)) {
    2525    g_crossposting_update();
    2626    g_crossposting_add_error('g_crossposting_err_import', __("Manual import of Google+ activities done."));
  • g-crossposting/trunk/readme.txt

    r641183 r744548  
    44Tags: google, googleplus, posts
    55Requires at least: 3.0.0
    6 Tested up to: 3.5.0
    7 Stable tag: 1.1.2
     6Tested up to: 3.5.2
     7Stable tag: 1.1.3
    88
    99Imports your public Google+ activities in your Wordpress blog.
     
    8888== Changelog ==
    8989
     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
    9095= 1.1.2 =
    9196
Note: See TracChangeset for help on using the changeset viewer.