File tree Expand file tree Collapse file tree 7 files changed +12
-19
lines changed Expand file tree Collapse file tree 7 files changed +12
-19
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ <h5>Parameters:</h5>
203
203
204
204
< dt class ="tag-source "> Source:</ dt >
205
205
< dd class ="tag-source "> < ul class ="dummy "> < li >
206
- < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line799 "> line 799 </ a >
206
+ < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line792 "> line 792 </ a >
207
207
</ li > </ ul > </ dd >
208
208
209
209
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ <h5>Parameters:</h5>
157
157
158
158
< dt class ="tag-source "> Source:</ dt >
159
159
< dd class ="tag-source "> < ul class ="dummy "> < li >
160
- < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line819 "> line 819 </ a >
160
+ < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line812 "> line 812 </ a >
161
161
</ li > </ ul > </ dd >
162
162
163
163
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ <h5>Parameters:</h5>
157
157
158
158
< dt class ="tag-source "> Source:</ dt >
159
159
< dd class ="tag-source "> < ul class ="dummy "> < li >
160
- < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line733 "> line 733 </ a >
160
+ < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line726 "> line 726 </ a >
161
161
</ li > </ ul > </ dd >
162
162
163
163
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ <h5>Parameters:</h5>
134
134
135
135
< dt class ="tag-source "> Source:</ dt >
136
136
< dd class ="tag-source "> < ul class ="dummy "> < li >
137
- < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line788 "> line 788 </ a >
137
+ < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line781 "> line 781 </ a >
138
138
</ li > </ ul > </ dd >
139
139
140
140
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ <h5>Parameters:</h5>
180
180
181
181
< dt class ="tag-source "> Source:</ dt >
182
182
< dd class ="tag-source "> < ul class ="dummy "> < li >
183
- < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line776 "> line 776 </ a >
183
+ < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line769 "> line 769 </ a >
184
184
</ li > </ ul > </ dd >
185
185
186
186
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ <h5>Parameters:</h5>
134
134
135
135
< dt class ="tag-source "> Source:</ dt >
136
136
< dd class ="tag-source "> < ul class ="dummy "> < li >
137
- < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line836 "> line 836 </ a >
137
+ < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line829 "> line 829 </ a >
138
138
</ li > </ ul > </ dd >
139
139
140
140
@@ -308,7 +308,7 @@ <h5>Parameters:</h5>
308
308
309
309
< dt class ="tag-source "> Source:</ dt >
310
310
< dd class ="tag-source "> < ul class ="dummy "> < li >
311
- < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line847 "> line 847 </ a >
311
+ < a href ="my-calendar-widgets.php.html "> my-calendar-widgets.php</ a > , < a href ="my-calendar-widgets.php.html#line840 "> line 840 </ a >
312
312
</ li > </ ul > </ dd >
313
313
314
314
Original file line number Diff line number Diff line change 744
744
$args['to'] = current_time( 'Y-m-d' );
745
745
}
746
746
747
- $args = array(
748
- 'from' => $args['from'],
749
- 'to' => $args['to'],
750
- 'category' => $args['category'],
751
- 'ltype' => '',
752
- 'lvalue' => '',
753
- 'author' => $args['author'],
754
- 'host' => $args['host'],
755
- 'search' => '',
756
- 'source' => 'upcoming',
757
- 'site' => $args['site'],
758
- );
747
+ $args['source'] = 'upcoming';
748
+ $args['ltype'] = '';
749
+ $args['lvalue'] = '';
750
+ $args['search'] = '';
751
+ $args['source'] = 'upcoming';
759
752
/**
760
753
* Modify the arguments used to generate today's events.
761
754
*
You can’t perform that action at this time.
0 commit comments