Changeset 59 for trunk/WordPress/plugin/transposh/transposh.php
- Timestamp:
- 03/03/2009 10:23:57 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/WordPress/plugin/transposh/transposh.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/transposh.php
r58 r59 278 278 function insert_javascript_includes() 279 279 { 280 global $plugin_url; 280 global $plugin_url, $is_edit_mode, $wp_query; 281 282 if (!($wp_query->query_vars[EDIT_PARAM] == "1" || 283 $wp_query->query_vars[EDIT_PARAM] == "true")) 284 { 285 //check permission later - for now just make sure we don't load the 286 //js code when it is not needed 287 return; 288 } 289 281 290 282 291 $overlib_dir = "$plugin_url/js/overlibmws";
Note: See TracChangeset
for help on using the changeset viewer.
