Skip to:
Content

BuddyPress.org

Ticket #7186: trunk-nav-api-link.patch

File trunk-nav-api-link.patch, 1.3 KB (added by mercime, 9 years ago)

for trunk

  • trunk/src/bp-core/classes/class-bp-admin.php

     
    660660                                <div class="bp-feature">
    661661                                        <h4 class="feature-title"><?php esc_html_e( 'New Navigation API', 'buddypress' ); ?></h4>
    662662                                        <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>
    664664                                </div>
    665665
    666666                                <div class="bp-feature opposite">