Changeset 6084 for trunk/bp-core/admin/bp-core-slugs.php
- Timestamp:
- 06/13/2012 08:30:37 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/admin/bp-core-slugs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.