Making WordPress.org

Ticket #3824: 3824.patch

File 3824.patch, 783 bytes (added by mukesh27, 7 years ago)

Working patch.

  • 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
     
    1414                                                <span class="owe-separator"></span>
    1515                                        <?php endif; ?>
    1616
    17                                         <a href="<?php echo esc_attr( esc_url( $event->url ) ); ?>">
     17                                        <a href="<?php echo esc_url( $event->url ); ?>">
    1818                                                <?php echo esc_html( $event->title ); ?>
    1919                                        </a>
    2020