diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/archive-meeting.php wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/archive-meeting.php
index 2a6a82c53..05f5634de 100644
|
|
|
48 | 48 | echo '<a href="http://www.timeanddate.com/worldclock/fixedtime.html?iso='.gmdate('Ymd\THi', $time).'"><abbr class="date" title="'.gmdate('c', $time).'">'; |
49 | 49 | echo date( 'F j, Y H:i \U\T\C', $time ); |
50 | 50 | echo '</abbr></a>'; |
| 51 | |
| 52 | echo ' <a target="_blank" href="' . add_query_arg( array( |
| 53 | 'action' => 'TEMPLATE', |
| 54 | 'text' => urlencode( sprintf( __( '%s in %s' ), get_the_title(), $post->location ) ), |
| 55 | 'dates' => sprintf( '%s/%s', gmdate( 'Ymd\THis\Z', $time ), gmdate( 'Ymd\THis\Z', $time + HOUR_IN_SECONDS ) ), |
| 56 | 'trp' => 'true', |
| 57 | ), 'https://www.google.com/calendar/event') . '"><span class="dashicons dashicons-calendar"></span></a>'; |
51 | 58 | ?></td> |
52 | 59 | <td><?php echo $post->location; ?></td> |
53 | 60 | </tr> |