Changeset 695364
- Timestamp:
- 04/10/2013 04:31:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pixelpost-importer/trunk/pixelpost_ajaxratings-importer.php
r694467 r695364 200 200 201 201 function import_ratings() { 202 wp_enqueue_script( 'pixelpost-importer', plugins_url('/pixelpost -importer.js', __FILE__) );202 wp_enqueue_script( 'pixelpost-importer', plugins_url('/pixelpost_ajaxratings-importer.js', __FILE__) ); 203 203 wp_localize_script( 'pixelpost-importer', 'pp_post_ids', $this->get_pp_post_ids() ); 204 204 echo '<p>' . sprintf(__('Retrieved %d posts from Pixelpost, importing...'), $this->get_pp_post_count()) . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.