Ticket #7186: trunk-nav-api-link.patch
File trunk-nav-api-link.patch, 1.3 KB (added by , 9 years ago) |
---|
-
trunk/src/bp-core/classes/class-bp-admin.php
660 660 <div class="bp-feature"> 661 661 <h4 class="feature-title"><?php esc_html_e( 'New Navigation API', 'buddypress' ); ?></h4> 662 662 <img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/new-nav-api.png' ); ?>" alt="<?php esc_attr_e( 'Sample code for using the new navigation API', 'buddypress' ); ?>"> 663 <p><?php esc_html_e( 'The member and group navigation system has been totally rewritten, making it easier than ever to customize BuddyPress nav items.', 'buddypress' ); ?> <a href="https:// buddypress.trac.wordpress.org/changeset/10745"><?php esc_html_e( 'Read the informative commit message.', 'buddypress' ); ?></a></p>663 <p><?php esc_html_e( 'The member and group navigation system has been totally rewritten, making it easier than ever to customize BuddyPress nav items.', 'buddypress' ); ?> <a href="https://codex.buddypress.org/developer/navigation-api/"><?php esc_html_e( 'Read the informative commit message.', 'buddypress' ); ?></a></p> 664 664 </div> 665 665 666 666 <div class="bp-feature opposite">