Ticket #8184: anchor_tag_closing_missing.diff
File anchor_tag_closing_missing.diff, 928 bytes (added by , 5 years ago) |
---|
-
npm-shrinkwrap.json
1 1 { 2 2 "name": "buddypress", 3 "version": " 5.0.0",3 "version": "6.0.0-alpha", 4 4 "lockfileVersion": 1, 5 5 "requires": true, 6 6 "dependencies": { -
src/bp-templates/bp-nouveau/buddypress/common/js-templates/invites/index.php
151 151 <span class="bp-screen-reader-text"><?php echo esc_html_x( 'Next page', 'link', 'buddypress' ); ?></span> 152 152 <span class="dashicons dashicons-arrow-right" aria-hidden="true"></span> 153 153 </button> 154 <a/> 154 155 <# } #> 155 156 </script>