Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/02/2012 12:39:16 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Akismet:

  • Pass additional post information on topic/reply edit, to prevent Akismet from nooping it.
  • Revert part of r4041; put actions back before bbp_is_error() calls.
  • Replace some missing revision numbers.
  • Fixes #1869.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-includes/bbp-extend-akismet.php

    r4017 r4042  
    5757        // bbPress functions for spam and ham submissions
    5858        $checks['submit'] = array(
    59             'bbp_spammed_topic'        => 10, // Spammed topic
    60             'bbp_unspammed_topic'      => 10, // Unspammed reply
    61             'bbp_spammed_reply'        => 10, // Spammed reply
    62             'bbp_unspammed_reply'      => 10, // Unspammed reply
     59            'bbp_spammed_topic'   => 10, // Spammed topic
     60            'bbp_unspammed_topic' => 10, // Unspammed reply
     61            'bbp_spammed_reply'   => 10, // Spammed reply
     62            'bbp_unspammed_reply' => 10, // Unspammed reply
    6363        );
    6464
     
    193193     * Submit a post for spamming or hamming
    194194     *
    195      * @since bbPress ({unknown})
     195     * @since bbPress (r3277)
    196196     *
    197197     * @param int $post_id
Note: See TracChangeset for help on using the changeset viewer.