Plugin Directory

Changeset 702233


Ignore:
Timestamp:
04/23/2013 01:20:00 PM (13 years ago)
Author:
crivion
Message:

Documentation Included Into Wp-ADmin version 1.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-paymobile-content-locker/trunk/WP-PayMobile.php

    r702230 r702233  
    220220    }
    221221
     222    public function install_page() {
     223        file_get_contents('documentation.html');
     224    }
     225
    222226    public function options_page() {
    223227    //delete btn
    224228    if(isset($_GET['do']) AND ($_GET['do'] == 'removeBtn')) {
    225229        delete_option('wp_paytoread_btnurl');
    226     }
    227 
    228     public function install_page() {
    229         file_get_contents('documentation.html');
    230230    }
    231231   
Note: See TracChangeset for help on using the changeset viewer.