Skip to:
Content

bbPress.org

Ticket #1647: bbpress_mo_file.patch

File bbpress_mo_file.patch, 476 bytes (added by pavelevap, 14 years ago)
  • bbpress.php

     
    541541
    542542                // Setup paths to current locale file
    543543                $mofile_local  = $this->lang_dir . '/' . $mofile;
     544                $mofile_local = apply_filters( 'bbpress_custom_mofile', $mofile_local );
    544545                $mofile_global = WP_LANG_DIR . '/bbpress/' . $mofile;
    545546
    546547                // Look in local /wp-content/plugins/bbpress/bbp-languages/ folder