Skip to:
Content

BuddyPress.org

Changeset 538 for trunk/bp-core.php


Ignore:
Timestamp:
11/11/2008 11:28:43 AM (18 years ago)
Author:
apeatling
Message:

Fixed friend activity listing on Activity > My Friends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r527 r538  
    1212
    1313/* Load the language file */
    14 if ( file_exists(ABSPATH . 'wp-content/mu-plugins/bp-languages/buddypress-' . get_locale() . '.mo') )
     14if ( file_exists( ABSPATH . 'wp-content/mu-plugins/bp-languages/buddypress-' . get_locale() . '.mo' ) )
    1515    load_textdomain( 'buddypress', ABSPATH . 'wp-content/mu-plugins/bp-languages/buddypress-' . get_locale() . '.mo' );
    1616
Note: See TracChangeset for help on using the changeset viewer.