Changeset 700790
- Timestamp:
- 04/20/2013 03:27:14 PM (13 years ago)
- Location:
- live-stream-badger/trunk
- Files:
-
- 2 edited
-
domain/domain-core.php (modified) (1 diff)
-
live-stream-badger-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
live-stream-badger/trunk/domain/domain-core.php
r700755 r700790 3 3 include_once LSB_PLUGIN_BASE_URL . '/domain/class-stream-info.php'; 4 4 include_once LSB_PLUGIN_BASE_URL . '/domain/class-stream-url.php'; 5 include_once LSB_PLUGIN_BASE_URL . '/domain/class-menu-item.php'; 5 6 6 7 //eof -
live-stream-badger/trunk/live-stream-badger-plugin.php
r700755 r700790 39 39 register_activation_hook( __FILE__, 'lsb_activation' ); 40 40 function lsb_activation() { 41 //wp_schedule_event(time(), 'lsb_five_minutes', 'lsb_update_all_stream_status');41 wp_schedule_event(time(), 'lsb_five_minutes', 'lsb_update_all_stream_status'); 42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.