This commit is contained in:
Hanson.xyz Dev
2026-01-04 17:50:08 -06:00
parent 7e45ce0756
commit acc8ac87a0
4131 changed files with 232562 additions and 250244 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ class WP_Translations {
}
// Fall back to the original with English grammar rules.
return ( 1 === $count ? $singular : $plural );
return ( 1 === (int) $count ? $singular : $plural );
}
/**