Plugin Directory

Changeset 909241


Ignore:
Timestamp:
05/06/2014 09:15:42 PM (12 years ago)
Author:
rafdizzle86
Message:

Moved the 2.2 folder from branches to tags

Location:
smartpost-templates/tags/2.2
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • smartpost-templates/tags/2.2/components/attachments/sp_postAttachments.php

    r909227 r909241  
    3737         */
    3838        static function init(){
    39             require_once('ajax/sp_postAttachmentsAJAX.php');
     39            require_once('ajax/sp_postattachmentsAJAX.php');
    4040            sp_postAttachmentsAJAX::init();
    4141            self::enqueueCSS();
  • smartpost-templates/tags/2.2/components/video/sp_catVideo.php

    r909227 r909241  
    109109         */
    110110        static function init(){
    111             require_once( 'ajax/sp_catVideoAJAX.php' );
     111            require_once('ajax/sp_catVideoAJAX.php');
    112112            sp_catVideoAJAX::init();
    113113            wp_register_script( 'sp_catVideoJS', plugins_url('js/sp_catVideo.js', __FILE__), array('jquery', 'sp_admin_js') );
  • smartpost-templates/tags/2.2/smartpost.php

    r909227 r909241  
    3131         */
    3232        function __construct(){
    33             require_once( 'core/sp_core.php' );
    34             require_once( 'sp_install.php' );
     33            require_once('core/sp_core.php');
     34            require_once('sp_install.php');
    3535            self::init_sp_classes( dirname(__FILE__) . "/updates" );
    3636
    3737            $this->sp_init();
    3838
    39             require_once( 'components/component/sp_catComponent.php' );
    40             require_once( 'components/component/sp_postComponent.php' );
     39            require_once('components/component/sp_catComponent.php');
     40            require_once('components/component/sp_postComponent.php');
    4141            sp_catComponent::init_cat_component();
    4242            sp_postComponent::init_post_component();
     
    4444            self::find_sp_classes( dirname(__FILE__) . "/components/" );
    4545
    46             require_once( 'sp_category.php' );
    47             require_once( 'sp_admin.php' );
    48             require_once( 'sp_post.php' );
     46            require_once('sp_category.php');
     47            require_once('sp_admin.php');
     48            require_once('sp_post.php');
    4949
    5050            self::init_sp_classes( dirname(__FILE__) . "/widgets" );
     
    5656            }
    5757
    58             require_once( 'sp_uninstall.php' );
     58            require_once('sp_uninstall.php');
    5959        }
    6060
Note: See TracChangeset for help on using the changeset viewer.