create-block-theme/includes/create-theme
Birgit Pauli-Haack 1ccb683f64 Documentation: update capability example after multisite super-admin gate
Trunk PR #850 replaced the inline current_user_can( 'edit_theme_options' )
closure on the /save route with CBT_Theme_API::can_modify_theme(), which
requires super-admin on multisite in addition to the edit_theme_options
capability. Update the docblock example so future CLI/non-REST callers
know the current gate, not the pre-#850 one.

Addresses reviewer feedback on #833.
2026-07-07 16:02:25 +02:00
..
cbt-zip-archive.php Removed all of the code relating to 'folder management' of a theme. (#723) 2024-09-25 21:39:54 -03:00
resolver_additions.php Add /theme-settings REST endpoint + CBT_Theme_Settings_Save service (#843) 2026-05-21 13:31:14 +02:00
theme-create.php Removed all of the code relating to 'folder management' of a theme. (#723) 2024-09-25 21:39:54 -03:00
theme-fonts.php Validate downloaded theme assets against extension and MIME allowlists (#852) 2026-06-19 15:25:43 +01:00
theme-json.php Copy font assets to the local theme folder when creating a style variation (#713) 2024-09-20 15:11:44 -03:00
theme-locale.php i18n: Handle backslashes in localized template text (#854) 2026-06-25 16:43:44 +02:00
theme-media.php Keep SVG URLs remote during export (#855) 2026-06-23 16:51:21 +01:00
theme-patterns.php Validate downloaded theme assets against extension and MIME allowlists (#852) 2026-06-19 15:25:43 +01:00
theme-readme.php PHPCS: enalbe VariableAnalysis.CodeAnalysis.VariableAnalysis rule (#782) 2025-09-16 01:07:34 +09:00
theme-save.php Documentation: update capability example after multisite super-admin gate 2026-07-07 16:02:25 +02:00
theme-settings-save.php Add /theme-settings REST endpoint + CBT_Theme_Settings_Save service (#843) 2026-05-21 13:31:14 +02:00
theme-styles.php PHPCS: enalbe VariableAnalysis.CodeAnalysis.VariableAnalysis rule (#782) 2025-09-16 01:07:34 +09:00
theme-tags.php Replace/admin interface (#637) 2024-05-28 07:53:06 -04:00
theme-templates.php Validate downloaded theme assets against extension and MIME allowlists (#852) 2026-06-19 15:25:43 +01:00
theme-token-processor.php Validate downloaded theme assets against extension and MIME allowlists (#852) 2026-06-19 15:25:43 +01:00
theme-utils.php PHPCS: enalbe VariableAnalysis.CodeAnalysis.VariableAnalysis rule (#782) 2025-09-16 01:07:34 +09:00
theme-zip.php Validate downloaded theme assets against extension and MIME allowlists (#852) 2026-06-19 15:25:43 +01:00