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/forums/functions.php

    r6481 r6498  
    22902290        $posts_query->set( 'post_status', array_unique( array_filter( $post_stati ) ) );
    22912291
    2292     // Some other post type besides bbPress's Forums, Topics, or Replies
     2292    // Some other post type besides Forums, Topics, or Replies
    22932293    } elseif ( ! array_diff( $post_types, array( bbp_get_forum_post_type(), bbp_get_topic_post_type(), bbp_get_reply_post_type() ) ) ) {
    22942294
Note: See TracChangeset for help on using the changeset viewer.