Skip to:
Content

BuddyPress.org

Ticket #4190: load_textdomain.patch

File load_textdomain.patch, 467 bytes (added by slaFFik, 12 years ago)

Fix issue 2) - translation was loaded not in the right time

  • bp-core/bp-core-functions.php

     
    697697        else
    698698                return false;
    699699}
    700 add_action ( 'bp_init', 'bp_core_load_buddypress_textdomain', 2 );
     700add_action ( 'bp_core_loaded', 'bp_core_load_buddypress_textdomain', 2 );
    701701
    702702/**
    703703 * Initializes {@link BP_Embed} after everything is loaded.