Changeset 702233
- Timestamp:
- 04/23/2013 01:20:00 PM (13 years ago)
- File:
-
- 1 edited
-
wp-paymobile-content-locker/trunk/WP-PayMobile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-paymobile-content-locker/trunk/WP-PayMobile.php
r702230 r702233 220 220 } 221 221 222 public function install_page() { 223 file_get_contents('documentation.html'); 224 } 225 222 226 public function options_page() { 223 227 //delete btn 224 228 if(isset($_GET['do']) AND ($_GET['do'] == 'removeBtn')) { 225 229 delete_option('wp_paytoread_btnurl'); 226 }227 228 public function install_page() {229 file_get_contents('documentation.html');230 230 } 231 231
Note: See TracChangeset
for help on using the changeset viewer.