Plugin Directory

Changeset 449901


Ignore:
Timestamp:
10/11/2011 04:01:37 PM (14 years ago)
Author:
eranmiller
Message:

fixed years/year repeat duration
added Year/Years to localization
added video to readme.txt

Location:
ajax-event-calendar/tags/1.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ajax-event-calendar/tags/1.0/ajax-event-calendar.php

    r445335 r449901  
    438438                'today'                     => __('Today', AEC_NAME),
    439439                'all_day'                   => __('All Day', AEC_NAME),
     440                'years'                     => __('Years', AEC_NAME),
     441                'year'                      => __('Year', AEC_NAME),
    440442                'months'                    => __('Months', AEC_NAME),
    441443                'month'                     => __('Month', AEC_NAME),
  • ajax-event-calendar/tags/1.0/js/jquery.init_show_calendar.js

    r444464 r449901  
    5959                if (interval == 1) { js_n(reps, frequency, custom.week, custom.weeks, 1); }
    6060                if (interval == 2) { js_n(reps, frequency, custom.month, custom.months, 1); }
    61                 if (interval == 3) { js_n(reps, frequency, custom.years, custom.years, 1); }
     61                if (interval == 3) { js_n(reps, frequency, custom.year, custom.years, 1); }
    6262                reps.push(' ');
    6363                reps.push(custom.until);
  • ajax-event-calendar/tags/1.0/readme.txt

    r445264 r449901  
    1616
    1717This plugin does not support WordPress MU.
     18
     19[youtube http://www.youtube.com/watch?v=bEzomAUe4DE&rel=0]
    1820
    1921=  Features =
Note: See TracChangeset for help on using the changeset viewer.