-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Approval
These branc…
-
## Due date: 2022-09-29 (a fortnight)
## Assigned reviewers
Tagging @WordPress/openverse-frontend, please feel free to add your name below if you have some feedback (good or bad) or ideas.
…
-
[`load_script_textdomain`](https://developer.wordpress.org/reference/functions/load_script_textdomain/) that is used to load translation for scripts (as for Dashboard widgets, Gutenberg). But apparent…
-
When declaring a function, if at least one extra space is added next to a parameter, the phpcs engine will crash with a php fatal error. See code snippet bellow and notice that there are 2 spaces next…
-
## Description
Related [Trac ticket 56467](https://core.trac.wordpress.org/ticket/56467).
This is the tracking issue to coordinate the process of backporting all PHP changes added in the Gutenbe…
-
### What problem does this feature solve?
At the moment, whenever we use v-html, we are introducing another wrapping element on top of the element that we want to include in the template.
For eg.…
-
If FortyTwo is to be used as a basis for other child themes, then the process of having the text domain match up the to theme slug should be automated.
The grunt-wp-i18n grunt plugin has a task call…
-
Reported here: https://wordpress.org/support/topic/bulk-change-job-type-issue/
To reproduce:
1 – Open Jobs Listing Admin
2 – Select 2 or more job posts
3 – From Bulk Actions, choose Edit and A…
-
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/)
## Rate Limited
These updates are currently rate limited. …
-
Hi there!
I am registering an ACF options page like this:
```php
// I have a custom post type 'product'
register_post_type('product', $args);
// And I am adding an option page as a child of …