Changeset 1325820
- Timestamp:
- 01/11/2016 01:53:24 PM (10 years ago)
- File:
-
- 1 edited
-
pixelshop-integration/trunk/pixelshop.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pixelshop-integration/trunk/pixelshop.php
r1325817 r1325820 274 274 if( isset($_POST['nonce']) && wp_verify_nonce($_POST['nonce'], 'api_key') ) 275 275 { 276 $api_key = get_option('api_key'); 277 276 278 if( $api_key === false ) 277 279 { … … 303 305 if( isset($_POST['nonce']) && wp_verify_nonce($_POST['nonce'], 'pixelshop_id_token') ) 304 306 { 307 $pixelshop_id = get_option('pixelshop_id'); 308 305 309 if( $pixelshop_id === false ) 306 310 {
Note: See TracChangeset
for help on using the changeset viewer.