Plugin Directory

Changeset 1281356


Ignore:
Timestamp:
11/06/2015 09:24:50 PM (10 years ago)
Author:
laughlin.david
Message:

changed bootstrap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • keeping-points/trunk/keeping-points.php

    r1281347 r1281356  
    434434{
    435435    wp_enqueue_script( 'shortpoints-ajax' , plugin_dir_url(__FILE__) . 'js/shortpoints-ajax.js', array('jquery'), '', true );
     436
    436437    wp_localize_script( 'shortpoints-ajax', 'postshortpoints', array(
     438
    437439            'ajax_url' => admin_url( 'admin-ajax.php' )
     440
    438441    ));
    439 
     442    wp_enqueue_style( 'bootstrap', 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css' );
    440443   $output =  '<div class="container"><div class="row">';
    441444    $options = get_option('keeping_points_options');
Note: See TracChangeset for help on using the changeset viewer.