Skip to:
Content

BuddyPress.org

Changeset 2079


Ignore:
Timestamp:
11/05/2009 05:55:59 PM (16 years ago)
Author:
johnjamesjacoby
Message:

Fixes #1126.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/bp-core.php

    r2076 r2079  
    17681768        load_textdomain( 'buddypress', $mofile );
    17691769}
    1770 add_action ( 'plugins_loaded', 'bp_core_load_buddypress_textdomain', 9 );
     1770add_action ( 'plugins_loaded', 'bp_core_load_buddypress_textdomain', 5 );
    17711771
    17721772function bp_core_add_ajax_hook() {
Note: See TracChangeset for help on using the changeset viewer.