Changeset 707754
- Timestamp:
- 05/04/2013 06:03:54 AM (13 years ago)
- File:
-
- 1 edited
-
wp-ticker/trunk/wp-ticker.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-ticker/trunk/wp-ticker.php
r707542 r707754 99 99 new wp_auto_update ($wptuts_plugin_current_version, $wptuts_plugin_remote_path, $wptuts_plugin_slug); 100 100 101 f(!session_id())101 if(!session_id()) 102 102 session_start(); 103 103
Note: See TracChangeset
for help on using the changeset viewer.