Changeset 5423
- Timestamp:
- 11/30/2011 08:40:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-admin.php
r5406 r5423 123 123 124 124 <div id="message" class="updated fade"> 125 <p>< ?php _e( 'Settings Saved', 'buddypress' ); ?></p>125 <p><strong><?php _e( 'Settings Saved', 'buddypress' ); ?></strong></p> 126 126 </div> 127 127 … … 284 284 285 285 <div class="wrap"> 286 287 286 <?php screen_icon( 'buddypress'); ?> 288 287 289 288 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Components', 'buddypress' ) ); ?></h2> 290 291 <?php if ( isset( $_GET['updated'] ) && 'true' === $_GET['updated'] ) : ?>292 293 <div id="message" class="updated fade">294 295 <p><?php _e( 'Settings Saved', 'buddypress' ); ?></p>296 297 </div>298 299 <?php endif; ?>300 301 289 <form action="" method="post" id="bp-admin-component-form"> 302 290 … … 326 314 327 315 <div class="wrap"> 328 329 316 <?php screen_icon( 'buddypress'); ?> 330 317 331 318 <h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Pages', 'buddypress' ) ); ?></h2> 332 333 <?php if ( isset( $_GET['updated'] ) && 'true' === $_GET['updated'] ) : ?>334 335 <div id="message" class="updated fade">336 337 <p><?php _e( 'Settings Saved', 'buddypress' ); ?></p>338 339 </div>340 341 <?php endif; ?>342 343 319 <form action="" method="post" id="bp-admin-page-form"> 344 320
Note: See TracChangeset
for help on using the changeset viewer.