We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3b36b commit 92276ecCopy full SHA for 92276ec
1 file changed
classes/update/class-update-161.php
@@ -41,7 +41,7 @@ private function migrate_badges() {
41
foreach ( $badges as $badge_id => $badge ) {
42
43
// We are only migrating monthly badges.
44
- if ( 0 !== strpos( $badge_id, 'monthly-' ) ) {
+ if ( 0 !== \strpos( $badge_id, 'monthly-' ) ) {
45
continue;
46
}
47
0 commit comments