Changeset 644562
- Timestamp:
- 12/26/2012 10:26:50 AM (13 years ago)
- Location:
- scheduled-contnet-by-streama/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scheduled-contnet-by-streama/trunk/index.php
r643829 r644562 5 5 Description: Scheduled content enables you to schedule portions of a post or page and/or set an expiery date for that content. 6 6 Author: Streama 7 Version: 1. 07 Version: 1.1 8 8 License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 9 9 */ 10 11 date_default_timezone_set(get_option('timezone_string')); 10 12 11 13 add_shortcode('schedule', 'streama_schdule'); … … 66 68 // Finally return what we find out 67 69 return $return; 70 68 71 } -
scheduled-contnet-by-streama/trunk/readme.txt
r643832 r644562 37 37 = 1.0 = 38 38 * Public beta release 39 40 = 1.1 = 41 * Fix time issue that casues content to appear 1 hour early
Note: See TracChangeset
for help on using the changeset viewer.