Changeset 884656
- Timestamp:
- 03/30/2014 03:28:24 PM (12 years ago)
- Location:
- pricing-table-extended/trunk
- Files:
-
- 5 edited
-
inc/backend_ajax.php (modified) (1 diff)
-
inc/meta_boxes.php (modified) (1 diff)
-
inc/pages/documentation.php (modified) (1 diff)
-
js/admin.js (modified) (1 diff)
-
phc-pricing-table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pricing-table-extended/trunk/inc/backend_ajax.php
r771405 r884656 3 3 add_action('admin_print_scripts-post.php', 'phc_pricing_table_js'); 4 4 add_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 }9 5 function phc_pricing_table_js() { 10 6 global $post; -
pricing-table-extended/trunk/inc/meta_boxes.php
r771405 r884656 165 165 </div> 166 166 <div> 167 <label for="detail[]"><?php _e("Detail", "phc_ branches_post_type"); ?>: </label>167 <label for="detail[]"><?php _e("Detail", "phc_pricing_table"); ?>: </label> 168 168 <textarea id="detail[]" name="detail[]" cols="10" 169 169 rows="10"><?php echo esc_attr($detail[$ct]); ?></textarea> -
pricing-table-extended/trunk/inc/pages/documentation.php
r884642 r884656 5 5 } 6 6 7 add_action('admin_menu', 'phc_ branches_post_type_create_menu');8 function phc_ branches_post_type_create_menu(){7 add_action('admin_menu', 'phc_pricing_table_create_menu'); 8 function phc_pricing_table_create_menu(){ 9 9 global $wp_scripts; 10 10 -
pricing-table-extended/trunk/js/admin.js
r771405 r884656 60 60 get_data_based_province: function(key){ 61 61 data= { 62 action: 'phc_ branches_post_type_ajax',62 action: 'phc_pricing_table_ajax', 63 63 province: key 64 64 } -
pricing-table-extended/trunk/phc-pricing-table.php
r884642 r884656 4 4 Plugin URI: http://wordpress.org/plugins/pricing-table-extended/ 5 5 Description: Create Pricing Table easily with many theme available for you. 6 Version: 1. 0.06 Version: 1.1.0 7 7 Author: Joko Wandiro 8 8 Author URI: http://www.phantasmacode.com
Note: See TracChangeset
for help on using the changeset viewer.