Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/15/2015 06:18:28 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Moderation: Fix some copy-pasta and make sure form terms are formatted correctly. See #459.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/forums/functions.php

    r5837 r5841  
    17341734 */
    17351735function bbp_get_forum_mod_names( $forum_id = 0, $sep = ', ' ) {
    1736     $forum_mods = bbp_get_topic_tags( $forum_id );
     1736    $forum_mods = bbp_get_forum_mods( $forum_id );
    17371737    $pluck      = wp_list_pluck( $forum_mods, 'name' );
    17381738    $terms      = ! empty( $pluck ) ? implode( $sep, $pluck ) : '';
Note: See TracChangeset for help on using the changeset viewer.