Changeset 6084
- Timestamp:
- 06/13/2012 08:30:37 PM (12 years ago)
- Location:
- trunk/bp-core/admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-functions.php
r6042 r6084 363 363 '1' => array( 364 364 'href' => bp_get_admin_url( add_query_arg( array( 'page' => 'bp-page-settings' ), 'admin.php' ) ), 365 'name' => __( 'P ermalinks', 'buddypress' )365 'name' => __( 'Pages', 'buddypress' ) 366 366 ), 367 367 '2' => array( -
trunk/bp-core/admin/bp-core-slugs.php
r6015 r6084 12 12 13 13 /** 14 * Renders the Slugsadmin panel.14 * Renders the page mapping admin panel. 15 15 * 16 16 * @since BuddyPress (1.6) … … 24 24 <?php screen_icon( 'buddypress'); ?> 25 25 26 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'P ermalinks', 'buddypress' ) ); ?></h2>26 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Pages', 'buddypress' ) ); ?></h2> 27 27 <form action="" method="post" id="bp-admin-page-form"> 28 28
Note: See TracChangeset
for help on using the changeset viewer.