Skip to content

Commit b6539c4

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

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
@@ -320,7 +320,7 @@ public function create_job_queue() {
320320
*
321321
* @action admin_init
322322
*/
323-
public function admin_init() {
323+
public function load_textdomain() {
324324
load_plugin_textdomain( 'php-compatibility-checker' );
325325
}
326326

0 commit comments

Comments
 (0)