Skip to content

Commit 4f236e1

Browse files
committed
deploy: 04096bf
1 parent c77b901 commit 4f236e1

7 files changed

+12
-19
lines changed

mc_draw_todays_event.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h5>Parameters:</h5>
203203

204204
<dt class="tag-source">Source:</dt>
205205
<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>
207207
</li></ul></dd>
208208

209209

mc_event_today.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h5>Parameters:</h5>
157157

158158
<dt class="tag-source">Source:</dt>
159159
<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>
161161
</li></ul></dd>
162162

163163

mc_today_attributes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ <h5>Parameters:</h5>
157157

158158
<dt class="tag-source">Source:</dt>
159159
<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>
161161
</li></ul></dd>
162162

163163

mc_todays_events_after.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h5>Parameters:</h5>
134134

135135
<dt class="tag-source">Source:</dt>
136136
<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>
138138
</li></ul></dd>
139139

140140

mc_todays_events_before.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h5>Parameters:</h5>
180180

181181
<dt class="tag-source">Source:</dt>
182182
<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>
184184
</li></ul></dd>
185185

186186

mc_todays_events_header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h5>Parameters:</h5>
134134

135135
<dt class="tag-source">Source:</dt>
136136
<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>
138138
</li></ul></dd>
139139

140140

@@ -308,7 +308,7 @@ <h5>Parameters:</h5>
308308

309309
<dt class="tag-source">Source:</dt>
310310
<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>
312312
</li></ul></dd>
313313

314314

my-calendar-widgets.php.html

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -744,18 +744,11 @@
744744
$args['to'] = current_time( 'Y-m-d' );
745745
}
746746

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';
759752
/**
760753
* Modify the arguments used to generate today's events.
761754
*

0 commit comments

Comments
 (0)