Changeset 769709
- Timestamp:
- 09/10/2013 12:43:27 PM (12 years ago)
- File:
-
- 1 edited
-
nextgen-gallery-voting/trunk/ngg-voting.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nextgen-gallery-voting/trunk/ngg-voting.php
r755230 r769709 4 4 Plugin URI: http://shauno.co.za/wordpress/nextgen-gallery-voting/ 5 5 Description: This plugin allows you to add user voting and rating to NextGEN Galleries and Images 6 Version: 2.6.1 6 Version: 2.6.1.1 7 7 Author: Shaun Alberts 8 8 Author URI: http://shauno.co.za … … 1533 1533 */ 1534 1534 function addNewImage($image) { 1535 if(defined('NEXTGEN_GALLERY_PLUGIN_VERSION') && NEXTGEN_GALLERY_PLUGIN_VERSION >= 2 ) {1535 if(defined('NEXTGEN_GALLERY_PLUGIN_VERSION') && NEXTGEN_GALLERY_PLUGIN_VERSION >= 2 && is_object($image)) { 1536 1536 if($image->id() && $image->__get('galleryid')) { 1537 1537 $pid = $image->id();
Note: See TracChangeset
for help on using the changeset viewer.