Changeset 1296586
- Timestamp:
- 11/29/2015 06:27:48 AM (10 years ago)
- File:
-
- 1 edited
-
rating-plus/tags/1.0.0/rating-plus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rating-plus/tags/1.0.0/rating-plus.php
r1296237 r1296586 26 26 27 27 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', 31 31 'icon_size' => '37', 32 32 'i18n_like' => 'Like' … … 332 332 wp_enqueue_script('jquery'); 333 333 wp_enqueue_script('jquery-ui-dialog'); 334 335 334 wp_enqueue_style("wp-jquery-ui-dialog"); 336 335 }
Note: See TracChangeset
for help on using the changeset viewer.