Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/25/2011 06:40:41 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Rename remaining functions prefixed with an underscore.

File:
1 edited

Legend:

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

    r3348 r3376  
    2323
    2424    /**
    25      * The main bbPress Akismet loader (PHP4 compat)
     25     * The main bbPress Akismet loader
    2626     *
    2727     * @since bbPress (r3277)
    28      */
    29     function BBP_Akismet() {
    30         $this->__construct();
    31     }
    32 
    33     /**
    34      * The main bbPress Akismet loader
    35      *
    36      * @since bbPress (r3277)
    3728     *
    3829     * @uses add_filter()
    3930     */
    4031    function __construct() {
    41         $this->_setup_actions();
     32        $this->setup_actions();
    4233    }
    4334
     
    5142     * @uses add_action() To add various actions
    5243     */
    53     function _setup_actions() {
     44    function setup_actions() {
    5445
    5546        // Bail if no akismet
Note: See TracChangeset for help on using the changeset viewer.