Changeset 744562
- Timestamp:
- 07/22/2013 07:09:00 PM (13 years ago)
- File:
-
- 1 edited
-
g-crossposting/trunk/gplus-crosspost.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
g-crossposting/trunk/gplus-crosspost.php
r744559 r744562 124 124 125 125 $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)) { 127 127 return; 128 128 }
Note: See TracChangeset
for help on using the changeset viewer.