Skip to content

Commit a1773e2

Browse files
authored
Fix typo
1 parent 0d83f36 commit a1773e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/class-wplf-dynamic-values.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
if ( ! class_exists( 'WPLF_Polylang' ) ) {
2+
if ( ! class_exists( 'WPLF_Dynamic_Values' ) ) {
33
class WPLF_Dynamic_Values {
44

55
public static $instance;

0 commit comments

Comments
 (0)