Changeset 6411 for branches/2.5/bbpress.php
- Timestamp:
- 05/18/2017 01:11:03 PM (9 years ago)
- File:
-
- 1 edited
-
branches/2.5/bbpress.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/bbpress.php
r6364 r6411 18 18 * Author: The bbPress Community 19 19 * Author URI: https://bbpress.org 20 * Version: 2.5.1 220 * Version: 2.5.13 21 21 * Text Domain: bbpress 22 22 * Domain Path: /languages/ … … 191 191 /** Versions **********************************************************/ 192 192 193 $this->version = '2.5.1 2-6148';193 $this->version = '2.5.13-6410'; 194 194 $this->db_version = '250'; 195 195 … … 199 199 $this->file = __FILE__; 200 200 $this->basename = apply_filters( 'bbp_plugin_basename', plugin_basename( $this->file ) ); 201 $this->plugin_dir = apply_filters( 'bbp_plugin_dir_path', plugin_dir_path( $this->file ) );202 $this->plugin_url = apply_filters( 'bbp_plugin_dir_url', plugin_dir_url ( $this->file ) );201 $this->plugin_dir = apply_filters( 'bbp_plugin_dir_path', plugin_dir_path( $this->file ) ); 202 $this->plugin_url = apply_filters( 'bbp_plugin_dir_url', plugin_dir_url ( $this->file ) ); 203 203 204 204 // Includes
Note: See TracChangeset
for help on using the changeset viewer.