Skip to content

Commit 92276ec

Browse files
committed
CS
1 parent ab3b36b commit 92276ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/update/class-update-161.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private function migrate_badges() {
4141
foreach ( $badges as $badge_id => $badge ) {
4242

4343
// We are only migrating monthly badges.
44-
if ( 0 !== strpos( $badge_id, 'monthly-' ) ) {
44+
if ( 0 !== \strpos( $badge_id, 'monthly-' ) ) {
4545
continue;
4646
}
4747

0 commit comments

Comments
 (0)