Changeset 13772 for trunk/src/bp-core/admin/bp-core-admin-rewrites.php
- Timestamp:
- 03/16/2024 07:35:00 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-rewrites.php
r13678 r13772 101 101 } 102 102 103 // Make sure the WP rewrites will be regen arated at next page load.103 // Make sure the WP rewrites will be regenerated at next page load. 104 104 if ( $reset_rewrites ) { 105 105 bp_delete_rewrite_rules(); … … 300 300 <h4 class="health-check-accordion-heading"> 301 301 <button aria-expanded="false" class="health-check-accordion-trigger" aria-controls="<?php echo esc_attr( sprintf( 'health-check-accordion-block-member-%s-secondary-nav', $members_navigation_slug ) ); ?>" type="button"> 302 <?php /* translators: %s is the BP Component name the second ery views belong to. */ ?>302 <?php /* translators: %s is the BP Component name the secondary views belong to. */ ?> 303 303 <span class="title"><?php echo esc_html( sprintf( __( 'Single Member %s secondary screens slugs', 'buddypress' ), _bp_strip_spans_from_title( $members_component_navigations['name'] ) ) ); ?></span> 304 304 <span class="icon"></span>
Note: See TracChangeset
for help on using the changeset viewer.