Dion Hulse
Dion Hulse
**Describe the bug** The `placeholder` attribute can be a string that we don't need to translate.. We should just exclude the attribute from being translated: Eg: https://github.com/WordPress/wporg-main-2022/pull/582/files#r2562176028
See https://github.com/WordPress/gutenberg/issues/71822
As needed by https://github.com/WordPress/wordcamp.org/pull/1561 Overloading of the Facets seems both ill-advised, and actually-not-that-bad to pass these data points through, but I don't hate it.
Update the message to indicate that WP_Filesystem should not be used for general file IO. # Description The coding standards suggest using WP_Filesystem instead of all file-operations, which often sends...
In #966 the "Database error." exception was improved to include the actual DB error, however, it only updated one location where this exception is used. This sync's the code to...
Not 100% sure how this is happening, but seems like a quick win to avoid unnecessary processing and break early. ``` Deprecated: strpos(): Passing null to parameter #1 ($haystack) of...