Changeset 432286
- Timestamp:
- 09/02/2011 01:38:07 PM (15 years ago)
- File:
-
- 1 edited
-
seaofclouds-tweet-for-wordpress/trunk/soctweet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
seaofclouds-tweet-for-wordpress/trunk/soctweet.php
r429743 r432286 51 51 wp_enqueue_style( 'soctweet_jqui_style'); 52 52 } 53 if (isset($_GET['page']) and $_GET['page'] == 'soctweet/soctweet.php') :53 if (isset($_GET['page']) and substr($_GET['page'], -12) == 'soctweet.php') : 54 54 add_action('admin_head', 'soctweet_admin_javascript'); 55 55 add_action('admin_enqueue_scripts', 'soctweet_enqueue_admin_deps');
Note: See TracChangeset
for help on using the changeset viewer.