Changeset 477614
- Timestamp:
- 12/19/2011 05:27:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
embed-grooveshark/trunk/includes/GroovesharkShortcode.class.php
r477586 r477614 13 13 add_action('init', array(__CLASS__, 'register_script')); 14 14 add_action('wp_footer', array(__CLASS__, 'print_script')); 15 ini_set("display_errors",1);16 error_reporting(E_ALL);17 15 } 18 16
Note: See TracChangeset
for help on using the changeset viewer.