Skip to:
Content

bbPress.org

Changeset 6213 for trunk/src/bbpress.php


Ignore:
Timestamp:
01/11/2017 08:42:25 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Bump trunk to 2.6 Beta 1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r6183 r6213  
    1818 * Author:      The bbPress Contributors
    1919 * Author URI:  https://bbpress.org
    20  * Version:     2.6-alpha
     20 * Version:     2.6-beta-1
    2121 * Text Domain: bbpress
    2222 * Domain Path: /languages/
     
    204204        /** Versions **********************************************************/
    205205
    206         $this->version    = '2.6-alpha-6183';
     206        $this->version    = '2.6-beta-6213';
    207207        $this->db_version = '260';
    208208
     
    482482        load_textdomain( $this->domain, $mofile_global );
    483483
    484         // Look in local /wp-content/plugins/bbpress/bbp-languages/ folder
     484        // Look in local /wp-content/plugins/bbpress/languages/ folder
    485485        load_textdomain( $this->domain, $mofile_local );
    486486
Note: See TracChangeset for help on using the changeset viewer.