Changeset 449901
- Timestamp:
- 10/11/2011 04:01:37 PM (14 years ago)
- Location:
- ajax-event-calendar/tags/1.0
- Files:
-
- 3 edited
-
ajax-event-calendar.php (modified) (1 diff)
-
js/jquery.init_show_calendar.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ajax-event-calendar/tags/1.0/ajax-event-calendar.php
r445335 r449901 438 438 'today' => __('Today', AEC_NAME), 439 439 'all_day' => __('All Day', AEC_NAME), 440 'years' => __('Years', AEC_NAME), 441 'year' => __('Year', AEC_NAME), 440 442 'months' => __('Months', AEC_NAME), 441 443 'month' => __('Month', AEC_NAME), -
ajax-event-calendar/tags/1.0/js/jquery.init_show_calendar.js
r444464 r449901 59 59 if (interval == 1) { js_n(reps, frequency, custom.week, custom.weeks, 1); } 60 60 if (interval == 2) { js_n(reps, frequency, custom.month, custom.months, 1); } 61 if (interval == 3) { js_n(reps, frequency, custom.year s, custom.years, 1); }61 if (interval == 3) { js_n(reps, frequency, custom.year, custom.years, 1); } 62 62 reps.push(' '); 63 63 reps.push(custom.until); -
ajax-event-calendar/tags/1.0/readme.txt
r445264 r449901 16 16 17 17 This plugin does not support WordPress MU. 18 19 [youtube http://www.youtube.com/watch?v=bEzomAUe4DE&rel=0] 18 20 19 21 = Features =
Note: See TracChangeset
for help on using the changeset viewer.