Skip to:
Content

bbPress.org

Changeset 6172


Ignore:
Timestamp:
12/18/2016 04:41:57 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Extend: Fix a typo in docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/includes/extend/buddypress/activity.php

    r6115 r6172  
    388388     * @uses bbp_get_forum_permalink()
    389389     * @uses bbp_get_forum_title()
    390      * @uses bp_create_excerpt()
    391390     * @uses apply_filters()
    392391     * @return Bail early if topic is by anonymous user
     
    538537     * @uses bbp_get_forum_permalink()
    539538     * @uses bbp_get_forum_title()
    540      * @uses bp_create_excerpt()
    541539     * @uses apply_filters()
    542      * @return Bail early if topic is by anonywous user
     540     * @return Bail early if topic is by anonymous user
    543541     */
    544542    public function reply_create( $reply_id = 0, $topic_id = 0, $forum_id = 0, $anonymous_data = array(), $reply_author_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.