Skip to content

Commit cfb5b77

Browse files
committed
Support textdomain for WP < 4.6
1 parent d224419 commit cfb5b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpengine-phpcompat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ public function create_job_queue() {
321321
* @action admin_init
322322
*/
323323
public function admin_init() {
324-
load_plugin_textdomain( 'php-compatibility-checker', false, basename( dirname( __FILE__ ) ) . '/languages' );
324+
load_plugin_textdomain( 'php-compatibility-checker' );
325325
}
326326

327327
/**

0 commit comments

Comments
 (0)