Changeset 783942
- Timestamp:
- 10/07/2013 11:01:15 AM (12 years ago)
- File:
-
- 1 edited
-
easy-split-test-tab/trunk/easy-split-test-tab.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-split-test-tab/trunk/easy-split-test-tab.php
r783934 r783942 341 341 342 342 add_action( 'wp_head',array($this, 'add_code_GA_on_test_page') ); 343 add_action('wp_footer',array($this, 'add_credits_footer') ); 343 add_action('wp_footer' ,array($this, 'add_credits_footer') ); 344 345 // Add thickbox 346 add_thickbox(); 344 347 345 348 }
Note: See TracChangeset
for help on using the changeset viewer.