🔞 ADULT: Changeset/ - Uncensored 2025

Changeset 884554


Ignore:
Timestamp:
03/30/2014 10:16:54 AM (12 years ago)
Author:
aniketpant
Message:

Cleanup widget.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • instamojo/trunk/widget.php

    r884545 r884554  
    1616  function __construct()
    1717  {
    18     // Load any other optional scripts
    19     add_action('load-widgets.php', array(&$this, 'my_custom_load'));
    20 
    2118    // Name and class of widget
    2219    $widget_options = array(
     
    3229    // Initialize the widget.
    3330    $this->WP_Widget('instamojo-widget', 'Instamojo',  $widget_options, $control_options);
    34   }
    35 
    36   /**
    37    *  Called in the constructor.
    38    */
    39   function my_custom_load()
    40   {
    41 
    4231  }
    4332
     
    147136  }
    148137}
     138
    149139?>
Note: See TracChangeset for help on using the changeset viewer.