Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Changing wording in .buddypress.pot…having difficulties

@modemlooper

Moderator

create file in your plugins folder called bp-custom.php then add the following code:

<?php
if ( file_exists( WP_PLUGIN_DIR . '/buddypress//bp-languages/buddypress-en_UK.mo' ) ) {

load_textdomain( 'buddypress', WP_PLUGIN_DIR . '/buddypress//bp-languages/buddypress-en_UK.mo' );
}
?>

Skip to toolbar