Plugin Directory

Changeset 363207


Ignore:
Timestamp:
03/22/2011 10:54:21 AM (15 years ago)
Author:
cloudstone
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dp-thumbnail/trunk/dp-thumbnail.php

    r363125 r363207  
    3030 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    3131 */
    32 
    33  */
    3432 
    3533
    36 require_once('lib/core.php');
    37 require_once('lib/forms.php');
    38 require_once('lib/panel.php');
    39 require_once('lib/helpers.php');
    40 require_once('lib/debug.php');
     34if(!class_exists('DP_Panel')) {
     35    require_once('lib/core.php');
     36    require_once('lib/forms.php');
     37    require_once('lib/panel.php');
     38    require_once('lib/helpers.php');
     39    require_once('lib/debug.php');
     40}
    4141
    4242load_plugin_textdomain( 'dp-thumbnail', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
Note: See TracChangeset for help on using the changeset viewer.