Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2024 07:35:00 AM (2 years ago)
Author:
imath
Message:

Improve inline documentation fixing some typos

Props shailu25

Fixes #9123
Closes https://github.com/buddypress/buddypress/pull/255

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-rewrites.php

    r13678 r13772  
    101101        }
    102102
    103         // Make sure the WP rewrites will be regenarated at next page load.
     103        // Make sure the WP rewrites will be regenerated at next page load.
    104104        if ( $reset_rewrites ) {
    105105            bp_delete_rewrite_rules();
     
    300300                                        <h4 class="health-check-accordion-heading">
    301301                                            <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 secondery views belong to. */ ?>
     302                                                <?php /* translators: %s is the BP Component name the secondary views belong to. */ ?>
    303303                                                <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>
    304304                                                <span class="icon"></span>
Note: See TracChangeset for help on using the changeset viewer.