Skip to:
Content

bbPress.org

Changeset 3223


Ignore:
Timestamp:
05/25/2011 08:46:46 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Rename just-in-time filters for editing topics and replies. Copy pasta. See r3222.

Location:
branches/plugin/bbp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-reply-functions.php

    r3222 r3223  
    450450
    451451            // Just in time manipulation of reply data before being edited
    452             $reply_data = apply_filters( 'bbp_new_reply_pre_insert', $reply_data );
     452            $reply_data = apply_filters( 'bbp_edit_reply_pre_insert', $reply_data );
    453453
    454454            // Insert reply
  • branches/plugin/bbp-includes/bbp-topic-functions.php

    r3222 r3223  
    448448
    449449            // Just in time manipulation of topic data before being edited
    450             $topic_data = apply_filters( 'bbp_new_topic_pre_insert', $topic_data );
     450            $topic_data = apply_filters( 'bbp_edit_topic_pre_insert', $topic_data );
    451451
    452452            // Insert topic
Note: See TracChangeset for help on using the changeset viewer.