Skip to:
Content

bbPress.org

Changeset 4548 for trunk/bbpress.php


Ignore:
Timestamp:
12/06/2012 09:36:18 AM (13 years ago)
Author:
johnjamesjacoby
Message:

AJAX:

  • Introduce common/ajax.php, along with new AJAX handlers and helpers.
  • Move bbp_ajax_response() into it.
  • Include new file in bbpress.php.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bbpress.php

    r4514 r4548  
    288288
    289289        // Common
     290        require( $this->includes_dir . 'common/ajax.php'           );
    290291        require( $this->includes_dir . 'common/classes.php'        );
    291292        require( $this->includes_dir . 'common/functions.php'      );
Note: See TracChangeset for help on using the changeset viewer.