Plugin Directory

Changeset 1010491


Ignore:
Timestamp:
10/20/2014 09:28:51 AM (11 years ago)
Author:
owencutajar
Message:

Place things in the right place

Location:
wp-auctions
Files:
6 added
6 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • wp-auctions/trunk/wp_auctions.php

    r1009028 r1010491  
    44Plugin URI: http://www.wpauctions.com/download/
    55Description: Implements the ability to run auctions on your own blog. Once activated, add the widget to your sidebar or add <code>&lt;?php wp_auctions(); ?&gt;</code> to your sidebar.
    6 Version: 2.1
     6Version: 2.10
    77Author: Owen Cutajar & Hyder Jaffari
    88Author URI: http://www.wpauctions.com/profile
     
    2121    require_once('../../../wp-config.php');
    2222 
    23 $wpa_version = "2.1";
     23$wpa_version = "2.10 Lite";
    2424
    2525// Consts
     
    17841784    <div class="wpa-intro">
    17851785   
    1786     <p><?php _e('Version:','WPAuctions') ?> <?php echo $wpa_version ?> Lite</p>
     1786    <p><?php _e('Version:','WPAuctions') ?> <?php echo $wpa_version ?></p>
    17871787 
    17881788    <div class="latestnews">
     
    27362736   add_submenu_page (WPA_PLUGIN_NAME, __('Email Settings','WPAuctions'), __('Email Settings','WPAuctions'), 7 , 'wp-auctions-email', 'wp_auctions_email' );
    27372737
    2738    // W8 - this still needs to be tested
    2739    //add_meta_box('WPA_Admin', __('Insert Auction','WPAuctions'), 'insertAuctionSelector', 'post', 'normal', 'high');
    2740    //add_meta_box('WPA_Admin', __('Insert Auction','WPAuctions'), 'insertAuctionSelector', 'page', 'normal', 'high');   
     2738   add_meta_box('WPA_Admin', __('Insert Auction','WPAuctions'), 'insertAuctionSelector', 'post', 'normal', 'high');
     2739   add_meta_box('WPA_Admin', __('Insert Auction','WPAuctions'), 'insertAuctionSelector', 'page', 'normal', 'high');   
    27412740
    27422741}
Note: See TracChangeset for help on using the changeset viewer.