Plugin Directory

Changeset 695364


Ignore:
Timestamp:
04/10/2013 04:31:40 PM (13 years ago)
Author:
kerlu
Message:

[bug] fix rating importer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pixelpost-importer/trunk/pixelpost_ajaxratings-importer.php

    r694467 r695364  
    200200
    201201    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__) );
    203203        wp_localize_script( 'pixelpost-importer', 'pp_post_ids', $this->get_pp_post_ids() );
    204204        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.