mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
When global functions are covered, they need to be prefixed with `::` (double colon) to distinguish them from class name. Reference: [https://docs.phpunit.de/en/10.3/annotations.html#covers PHPUnit Manual: @covers annotation]. Follow-up to [48848], [49305], [53741], [56296]. Props ayeshrajans. Fixes #59069. git-svn-id: https://develop.svn.wordpress.org/trunk@56384 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| .. | ||
| base.php | ||
| customHeader.php | ||
| getThemeStarterContent.php | ||
| support.php | ||
| themeDir.php | ||
| wpAddGlobalStylesForBlocks.php | ||
| wpEnqueueStoredStyles.php | ||
| wpGetBlockCssSelector.php | ||
| wpGetGlobalStylesheet.php | ||
| wpTheme.php | ||
| wpThemeGetAllowedFilters.php | ||
| wpThemeHasThemeJson.php | ||
| wpThemeJson.php | ||
| wpThemeJsonResolver.php | ||
| wpThemeJsonSchema.php | ||