Skip to content

Commit 40f2a1f

Browse files
committed
Correct this class name.
1 parent 8a21068 commit 40f2a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_support/MUPlugin/acceptance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
_deprecated_class( 'My_Class', '2.0.0' );
1717
} else {
1818
// Fallback for WordPress < 6.4.0
19-
_doing_it_wrong( 'My_Class', 'Class is deprecated since version 2.0.0', '2.0.0' );
19+
_doing_it_wrong( 'My_Class', 'My_Class is deprecated since version 2.0.0', '2.0.0' );
2020
}
2121
break;
2222
case 'constructor':

0 commit comments

Comments
 (0)