Dion Hulse

Results 129 issues of Dion Hulse

WIP

[Component] Content
priority: high

**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

i18n
[Component] Content
priority: low

See https://github.com/WordPress/gutenberg/issues/71822

[Component] Theme
priority: high

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.

[Type] Enhancement
[Block] Google Map

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...

Component: Extra
Status: Awaiting feedback
Focus: WP interoperability

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...