Plugin Directory

Changeset 432286


Ignore:
Timestamp:
09/02/2011 01:38:07 PM (15 years ago)
Author:
beezeee
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • seaofclouds-tweet-for-wordpress/trunk/soctweet.php

    r429743 r432286  
    5151       wp_enqueue_style( 'soctweet_jqui_style');
    5252   }
    53 if (isset($_GET['page']) and $_GET['page'] == 'soctweet/soctweet.php') :
     53if (isset($_GET['page']) and substr($_GET['page'], -12) == 'soctweet.php') :
    5454add_action('admin_head', 'soctweet_admin_javascript');
    5555add_action('admin_enqueue_scripts', 'soctweet_enqueue_admin_deps');
Note: See TracChangeset for help on using the changeset viewer.