Ticket #3824: 3824.patch
File 3824.patch, 783 bytes (added by , 7 years ago) |
---|
-
wordpress-meta/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/template-events.php
diff -Naur wordpress-meta/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/template-events.php wordpress-meta/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/template-events.php
14 14 <span class="owe-separator"></span> 15 15 <?php endif; ?> 16 16 17 <a href="<?php echo esc_ attr( esc_url( $event->url )); ?>">17 <a href="<?php echo esc_url( $event->url ); ?>"> 18 18 <?php echo esc_html( $event->title ); ?> 19 19 </a> 20 20