Skip to:
Content

bbPress.org

Changeset 5004


Ignore:
Timestamp:
06/30/2013 06:52:12 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Use the correct filter ID string in bbp_get_forum_pagination_count(). Props mrcl. Fixes #2362.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/topics/template-tags.php

    r5002 r5004  
    28322832
    28332833        // Filter and return
    2834         return apply_filters( 'bbp_get_topic_pagination_count', esc_html( $retstr ) );
     2834        return apply_filters( 'bbp_get_forum_pagination_count', esc_html( $retstr ) );
    28352835    }
    28362836
Note: See TracChangeset for help on using the changeset viewer.