Skip to content

Commit 12e3f4f

Browse files
committed
Fix Polylang class check
1 parent 00a106e commit 12e3f4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-libre-form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public static function load_our_textdomain() {
8888
* Enable Polylang support
8989
*/
9090
public function init_polylang_support() {
91-
if ( apply_filters( 'wplf_load_polylang', true ) && class_exists( 'Polylang ' ) ) {
91+
if ( apply_filters( 'wplf_load_polylang', true ) && class_exists( 'Polylang' ) ) {
9292
require_once 'classes/class-wplf-polylang.php';
9393
WPLF_Polylang::init();
9494
}

0 commit comments

Comments
 (0)