web/wp-content/plugins/bbpress/bbpress.php
changeset 204 09a1c134465b
parent 196 5e8dcbe22c24
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     3 /**
     3 /**
     4  * The bbPress Plugin
     4  * The bbPress Plugin
     5  *
     5  *
     6  * bbPress is forum software with a twist from the creators of WordPress.
     6  * bbPress is forum software with a twist from the creators of WordPress.
     7  *
     7  *
     8  * $Id: bbpress.php 4471 2012-11-23 11:24:58Z johnjamesjacoby $
     8  * $Id: bbpress.php 4567 2012-12-11 09:20:41Z johnjamesjacoby $
     9  *
     9  *
    10  * @package bbPress
    10  * @package bbPress
    11  * @subpackage Main
    11  * @subpackage Main
    12  */
    12  */
    13 
    13 
    15  * Plugin Name: bbPress
    15  * Plugin Name: bbPress
    16  * Plugin URI:  http://bbpress.org
    16  * Plugin URI:  http://bbpress.org
    17  * Description: bbPress is forum software with a twist from the creators of WordPress.
    17  * Description: bbPress is forum software with a twist from the creators of WordPress.
    18  * Author:      The bbPress Community
    18  * Author:      The bbPress Community
    19  * Author URI:  http://bbpress.org
    19  * Author URI:  http://bbpress.org
    20  * Version:     2.2.2
    20  * Version:     2.2.3
    21  * Text Domain: bbpress
    21  * Text Domain: bbpress
    22  * Domain Path: /languages/
    22  * Domain Path: /languages/
    23  */
    23  */
    24 
    24 
    25 // Exit if accessed directly
    25 // Exit if accessed directly
   178 	 */
   178 	 */
   179 	private function setup_globals() {
   179 	private function setup_globals() {
   180 
   180 
   181 		/** Versions **********************************************************/
   181 		/** Versions **********************************************************/
   182 
   182 
   183 		$this->version    = '2.2.2';
   183 		$this->version    = '2.2.3';
   184 		$this->db_version = '220';
   184 		$this->db_version = '223';
   185 
   185 
   186 		/** Paths *************************************************************/
   186 		/** Paths *************************************************************/
   187 
   187 
   188 		// Setup some base path and URL information
   188 		// Setup some base path and URL information
   189 		$this->file       = __FILE__;
   189 		$this->file       = __FILE__;