Skip to content

Commit 3e88443

Browse files
committed
deploy: 35daa9a
1 parent 4352389 commit 3e88443

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

mc_display_location_events.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-locations.php.html">my-calendar-locations.php</a>, <a href="my-calendar-locations.php.html#line1880">line 1880</a>
160+
<a href="my-calendar-locations.php.html">my-calendar-locations.php</a>, <a href="my-calendar-locations.php.html#line1879">line 1879</a>
161161
</li></ul></dd>
162162

163163

mc_location_output.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-locations.php.html">my-calendar-locations.php</a>, <a href="my-calendar-locations.php.html#line1907">line 1907</a>
160+
<a href="my-calendar-locations.php.html">my-calendar-locations.php</a>, <a href="my-calendar-locations.php.html#line1906">line 1906</a>
161161
</li></ul></dd>
162162

163163

my-calendar-locations.php.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,10 +1865,9 @@
18651865
$name = 'no-location';
18661866
if ( property_exists( $event_or_location, 'location' ) ) {
18671867
$location = $event_or_location->location;
1868-
print_r( $location );
18691868
if ( $location ) {
1870-
$name = $location->location_label;
1871-
$id = $location->location_id;
1869+
$name = $location->location_label;
1870+
$id = $location->location_id;
18721871
}
18731872
} elseif ( property_exists( $event_or_location, 'location_label' ) ) {
18741873
$name = $event_or_location->location_label;

0 commit comments

Comments
 (0)