Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/08/2017 01:58:51 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Documentation: Don't hyphenate "bbPress's"

It's cute, and I tend to say it in person to be cute, but in writing it doesn't look very classy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/users.php

    r6415 r6498  
    279279    public static function user_role_row( $retval = '', $column_name = '', $user_id = 0 ) {
    280280
    281         // Only looking for bbPress's user role column
     281        // User role column
    282282        if ( 'bbp_user_role' === $column_name ) {
    283283
     
    300300     * Filter the list of roles included in the WordPress site role list
    301301     *
    302      * This ensures bbPress' roles are only displayed under the Forum Role list
    303      * in the WordPress Users list table
     302     * Ensures forum roles are only displayed under the Forum Role list in the
     303     * WordPress Users list table
    304304     *
    305305     * @since 2.6.0 bbPress (r6051)
Note: See TracChangeset for help on using the changeset viewer.