Plugin Directory

Changeset 1296586


Ignore:
Timestamp:
11/29/2015 06:27:48 AM (10 years ago)
Author:
sombatos
Message:

Commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rating-plus/tags/1.0.0/rating-plus.php

    r1296237 r1296586  
    2626
    2727    public static $instance_default = array(
    28         'title'  => 'Rate This Page',
    29         'icon_l' => 'thmb5-u',
    30         'icon_d' => 'thmb5-d',
     28        'title'     => 'Rate This Page',
     29        'icon_l'    => 'thmb5-u',
     30        'icon_d'    => 'thmb5-d',
    3131        'icon_size' => '37',
    3232        'i18n_like' => 'Like'
     
    332332        wp_enqueue_script('jquery');
    333333        wp_enqueue_script('jquery-ui-dialog');
    334 
    335334        wp_enqueue_style("wp-jquery-ui-dialog");
    336335    }
Note: See TracChangeset for help on using the changeset viewer.