Changeset 1281356
- Timestamp:
- 11/06/2015 09:24:50 PM (10 years ago)
- File:
-
- 1 edited
-
keeping-points/trunk/keeping-points.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
keeping-points/trunk/keeping-points.php
r1281347 r1281356 434 434 { 435 435 wp_enqueue_script( 'shortpoints-ajax' , plugin_dir_url(__FILE__) . 'js/shortpoints-ajax.js', array('jquery'), '', true ); 436 436 437 wp_localize_script( 'shortpoints-ajax', 'postshortpoints', array( 438 437 439 'ajax_url' => admin_url( 'admin-ajax.php' ) 440 438 441 )); 439 442 wp_enqueue_style( 'bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css' ); 440 443 $output = '<div class="container"><div class="row">'; 441 444 $options = get_option('keeping_points_options');
Note: See TracChangeset
for help on using the changeset viewer.