Plugin Directory

Changeset 836659


Ignore:
Timestamp:
01/11/2014 12:25:08 PM (12 years ago)
Author:
ibabar
Message:

Spelling correction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prettyphoto/trunk/prettyphoto.php

    r836653 r836659  
    2020function pp_enqueue_required_scripts() {
    2121    $pp_path = plugin_dir_url(__FILE__);
    22     wp_enquueue_style('pp_css', $pp_path.'css/prettyPhoto.css');
     22    wp_enqueue_style('pp_css', $pp_path.'css/prettyPhoto.css');
    2323    wp_enqueue_script('pp_js', $pp_path.'js/jquery.prettyPhoto.js', array('jquery'));
    2424}
Note: See TracChangeset for help on using the changeset viewer.