Plugin Directory

Changeset 1485786


Ignore:
Timestamp:
08/29/2016 05:09:43 PM (10 years ago)
Author:
tero2000
Message:

minor change to text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • random-cat/trunk/random-cat.php

    r1485464 r1485786  
    2323
    2424 wp_enqueue_style( 'randomcat_frontend_css', plugins_url( 'random-cat/random-cat.css' ) );
    25  wp_enqueue_script( 'wptreehouse_badges_frontend_js', plugins_url( 'random-cat/random-cat.js' ), array('jquery'), '', true );
     25 wp_enqueue_script( 'randomcat_frontend_js', plugins_url( 'random-cat/random-cat.js' ), array('jquery'), '', true );
    2626
    2727}
Note: See TracChangeset for help on using the changeset viewer.