Changeset 412697
- Timestamp:
- 07/20/2011 04:47:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prophoto2-compatibility-patches/trunk/p2-wp-compatibility.php
r412200 r412697 5 5 Description: Only for users of version 2 of the ProPhoto theme. Contains patches required for compatibility with WordPress 3.0+ 6 6 Author: ProPhotoBlogs 7 Version: 1. 17 Version: 1.2 8 8 */ 9 9 … … 14 14 15 15 function p2_update_img_protection_opts() { 16 if ( !function_exists( 'p2_test' ) ) { 17 return; 18 } 19 16 20 global $p2; 17 21 $storeNew = false; … … 36 40 37 41 function p2_update_img_protection_js() { 42 if ( !function_exists( 'p2_test' ) ) { 43 return; 44 } 45 38 46 $newJS = null; 39 47
Note: See TracChangeset
for help on using the changeset viewer.