Skip to:
Content

BuddyPress.org

Ticket #8184: anchor_tag_closing_missing.diff

File anchor_tag_closing_missing.diff, 928 bytes (added by ankitmaru, 5 years ago)
  • npm-shrinkwrap.json

     
    11{
    22        "name": "buddypress",
    3         "version": "5.0.0",
     3        "version": "6.0.0-alpha",
    44        "lockfileVersion": 1,
    55        "requires": true,
    66        "dependencies": {
  • src/bp-templates/bp-nouveau/buddypress/common/js-templates/invites/index.php

     
    151151                        <span class="bp-screen-reader-text"><?php echo esc_html_x( 'Next page', 'link', 'buddypress' ); ?></span>
    152152                        <span class="dashicons dashicons-arrow-right" aria-hidden="true"></span>
    153153                </button>
     154                        <a/>
    154155        <# } #>
    155156</script>