Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/05/2016 10:11:21 PM (7 years ago)
Author:
slaffik
Message:

Standardize front and back end verbiage.

Use "back end" as a noun, "back-end" as an adjective for better conformity with WordPress best practices. Same for "front end" and "front-end".

Props netweb.
Fixes #7289.

File:
1 edited

Legend:

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

    r11186 r11268  
    10641064                        echo esc_html( $type->labels['singular_name'] );
    10651065                        if ( in_array( $type->name, $backend_only ) ) {
    1066                             printf( ' <span class="description">%s</span>', esc_html__( '(Not available on the frontend)', 'buddypress' ) );
     1066                            printf( ' <span class="description">%s</span>', esc_html__( '(Not available on the front end)', 'buddypress' ) );
    10671067                        }
    10681068                    ?>
Note: See TracChangeset for help on using the changeset viewer.