Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/18/2017 01:11:03 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Bump 2.5 branch to 2.5.13.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/bbpress.php

    r6364 r6411  
    1818 * Author:      The bbPress Community
    1919 * Author URI:  https://bbpress.org
    20  * Version:     2.5.12
     20 * Version:     2.5.13
    2121 * Text Domain: bbpress
    2222 * Domain Path: /languages/
     
    191191        /** Versions **********************************************************/
    192192
    193         $this->version    = '2.5.12-6148';
     193        $this->version    = '2.5.13-6410';
    194194        $this->db_version = '250';
    195195
     
    199199        $this->file       = __FILE__;
    200200        $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 ) );
    203203
    204204        // Includes
Note: See TracChangeset for help on using the changeset viewer.