Ticket #1647: bbpress_mo_file.patch
| File bbpress_mo_file.patch, 476 bytes (added by , 14 years ago) |
|---|
-
bbpress.php
541 541 542 542 // Setup paths to current locale file 543 543 $mofile_local = $this->lang_dir . '/' . $mofile; 544 $mofile_local = apply_filters( 'bbpress_custom_mofile', $mofile_local ); 544 545 $mofile_global = WP_LANG_DIR . '/bbpress/' . $mofile; 545 546 546 547 // Look in local /wp-content/plugins/bbpress/bbp-languages/ folder