Skip to:
Content

bbPress.org


Ignore:
Timestamp:
08/09/2018 09:01:39 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Post Types: replace literal post type strings with functional wrappers.

This fills in a few gaps where filtered post type names would not be used.

File:
1 edited

Legend:

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

    r6848 r6850  
    811811
    812812        // Update anonymous meta data (not cookies)
    813         bbp_update_anonymous_post_author( $reply_id, $anonymous_data, 'reply' );
     813        bbp_update_anonymous_post_author( $reply_id, $anonymous_data, bbp_get_reply_post_type() );
    814814
    815815        // Set transient for throttle check (only on new, not edit)
Note: See TracChangeset for help on using the changeset viewer.