Changes between Initial Version and Version 1 of Ticket #57913, comment 21
- Timestamp:
- 03/16/2023 11:19:18 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57913, comment 21
initial v1 9 9 The complication there is that the option overrides the `add_theme_support` setting. I.e. when an existing site wants to disable attachment pages, the option will have to be changed to `false` (only once). This probably won't be a big problem but would need to be documented well (in the code and on make/core). 10 10 11 The other (simpler?) possibility would be to have a "negative" `add_theme_support` setting, maybe something like11 The other (simpler?) possibility would be to have a negative `add_theme_support` setting, maybe something like: 12 12 {{{ 13 13 add_theme_support( 'disable-attachment-pages' );