Ticket #8184: 8184.patch
File 8184.patch, 1.1 KB (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
150 150 <a href="#next-page" id="bp-invites-next-page" class="button invite-button bp-tooltip" data-bp-tooltip="<?php echo esc_attr_x( 'Next page', 'link', 'buddypress' ); ?>"> 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 </ button>153 </a> 154 154 <# } #> 155 155 </script>