Changeset 69 for branches/1.4.5-wp2.2
- Timestamp:
- 02/11/08 14:12:58 (5 months ago)
- Files:
-
- 1 modified
-
branches/1.4.5-wp2.2/wassup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4.5-wp2.2/wassup.php
r68 r69 130 130 function add_wassup_scripts() { 131 131 global $wpurl; 132 if (stristr($_GET['page'], 'wassup') !== FALSE) {132 if (stristr($_GET['page'],WASSUPFOLDER) !== FALSE) { 133 133 if ( function_exists('wp_deregister_script')) { 134 134 wp_deregister_script('jquery'); //removes old jquery vers.
