Plugin Directory

Changeset 744562


Ignore:
Timestamp:
07/22/2013 07:09:00 PM (13 years ago)
Author:
sebstein
Message:

get rid of another PHP warning -> patch provided by
http://wordpress.org/support/profile/webmagex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • g-crossposting/trunk/gplus-crosspost.php

    r744559 r744562  
    124124
    125125    $post_meta = get_post_custom();
    126     if (! array_key_exists('g_crossposting_posturl', $post_meta)) {
     126    if ($post_meta && ! array_key_exists('g_crossposting_posturl', $post_meta)) {
    127127        return;
    128128    }
Note: See TracChangeset for help on using the changeset viewer.