Plugin Directory

Changeset 884656


Ignore:
Timestamp:
03/30/2014 03:28:24 PM (12 years ago)
Author:
phantasmacode
Message:

Update

Location:
pricing-table-extended/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • pricing-table-extended/trunk/inc/backend_ajax.php

    r771405 r884656  
    33add_action('admin_print_scripts-post.php', 'phc_pricing_table_js');
    44add_action('admin_print_scripts-post-new.php', 'phc_pricing_table_js');
    5 function pch_bpt_wim_media_admin_scripts(){
    6     wp_enqueue_media();
    7     wp_enqueue_script('pch_meta_image_js', plugins_url("js/meta-image.js", __FILE__));
    8 }
    95function phc_pricing_table_js() {
    106    global $post;
  • pricing-table-extended/trunk/inc/meta_boxes.php

    r771405 r884656  
    165165            </div>
    166166            <div>
    167             <label for="detail[]"><?php _e("Detail", "phc_branches_post_type"); ?>: </label>
     167            <label for="detail[]"><?php _e("Detail", "phc_pricing_table"); ?>: </label>
    168168            <textarea id="detail[]" name="detail[]" cols="10"
    169169            rows="10"><?php echo esc_attr($detail[$ct]); ?></textarea>
  • pricing-table-extended/trunk/inc/pages/documentation.php

    r884642 r884656  
    55}
    66
    7 add_action('admin_menu', 'phc_branches_post_type_create_menu');
    8 function phc_branches_post_type_create_menu(){
     7add_action('admin_menu', 'phc_pricing_table_create_menu');
     8function phc_pricing_table_create_menu(){
    99    global $wp_scripts;
    1010   
  • pricing-table-extended/trunk/js/admin.js

    r771405 r884656  
    6060        get_data_based_province: function(key){
    6161            data= {
    62             action: 'phc_branches_post_type_ajax',
     62            action: 'phc_pricing_table_ajax',
    6363            province: key
    6464            }
  • pricing-table-extended/trunk/phc-pricing-table.php

    r884642 r884656  
    44Plugin URI: http://wordpress.org/plugins/pricing-table-extended/
    55Description: Create Pricing Table easily with many theme available for you.
    6 Version: 1.0.0
     6Version: 1.1.0
    77Author: Joko Wandiro
    88Author URI: http://www.phantasmacode.com
Note: See TracChangeset for help on using the changeset viewer.