Make WordPress Core

{1} All Tickets (8106 matches)

Create a new ticket
  • All active tickets
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (6401 - 6500 of 8106)

Role/Capability (27 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#16808 Insufficient permissions for custom post type management and custom role/caps normal normal defect (bug) 01/27/2023 11
#47897 Introduce method to introduce new roles and caps independently of db upgrades. normal normal Awaiting Review defect (bug) 08/18/2019
#48865 Multisite Set up - Input field getting remove from filter when other user user roles except Super Admin filter on page/post normal major defect (bug) 12/04/2019 2
#19747 Roles add_cap should call update_user_level_from_caps() normal normal Awaiting Review defect (bug) 05/13/2022 7
#40214 Some WP instances prematurelly try to do capability tests, before the user object is loaded normal normal Awaiting Review defect (bug) 03/21/2017
#38714 Taxonomy meta boxes do not work right with Custom Post Types that use custom capabilities normal normal Awaiting Review defect (bug) 03/25/2019 1
#51651 The `read_post` meta capability returns an incorrect result for the inherit post status. normal normal Awaiting Review defect (bug) 02/02/2021 1
#49345 User with admin privileges cannot edit some pages/posts normal normal Awaiting Review defect (bug) 02/02/2020
#49287 Users with no page deletion capabilities can delete homepage in multisite normal normal Awaiting Review defect (bug) 01/24/2020 1
#46440 WP_Roles data doesn't load correctly when 'switch_to_blog' is called in a multisite. normal normal Awaiting Review defect (bug) 03/08/2019 2
#45879 WP_User::set_role() does not remove previous roles normal normal Awaiting Review defect (bug) 01/09/2019
#36056 When saving a post for an other author, the current_user_can() check is not passing the post ID with the edit_others_posts capability normal normal defect (bug) 06/04/2019 4
#42136 manage_links should be a custom capability not a default normal minor Awaiting Review defect (bug) 10/07/2017 1
#36691 Ability to disable "Password Protected" post option normal normal Awaiting Review enhancement 03/10/2018 6
#34608 Add role display name to WP_Role object normal normal enhancement 06/06/2019 4
#64306 Enhancements: Add 'designer' user role, Collaborator groups/teams, display multiple contributor types and co-authors, contributor heirarchy on posts/pages low trivial Awaiting Review enhancement 11/27/2025 1
#56373 La EDICION de Contenidos y los ROLES de Usuario normal normal Awaiting Review enhancement 08/14/2022
#32085 Less ambiguous dashboard access. Suggested new capability: access_dashboard normal normal enhancement 11/23/2023 1
#14986 Make WordPress roles/capabilities more secure (edit_users related) normal normal enhancement 12/05/2022 7
#20152 Multisite simplify option name to user_roles normal normal Future Release enhancement 09/18/2018 23
#31210 Problem with WP core function to get user dropdown normal normal enhancement 02/14/2020 1
#23391 User in contributor role can add images to post only via the text editor normal normal Awaiting Review enhancement 10/03/2018 5
#5942 Add Owner role normal normal Awaiting Review feature request 11/06/2017 14
#41778 Archive page for user roles normal normal Awaiting Review feature request 09/02/2017 2
#46716 Site owner unable to control admin level users in Word Press dashboard normal normal Awaiting Review feature request 03/30/2019 2
#55106 Split publish_posts in publish_posts and publish_others_posts normal normal Awaiting Review feature request 02/08/2022 3
#37616 Replace `is_super_admin()` calls with real capability checks normal normal Future Release task (blessed) 05/08/2017 66

Script Loader (73 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#55695 error on script_loader.php reporter-feedback normal normal Awaiting Review defect (bug) 05/07/2022 1
#59132 Create two filters in wp_scripts() and wp_styles(). reporter-feedback normal normal Awaiting Review enhancement 11/27/2023 4
#55184 Custom style handle attached to a custom block style is never load even if the block is in the page. needs-unit-tests normal normal Future Release defect (bug) 03/11/2026 19
#46089 Memory exhaustion when setting script translations on `wp-i18n` needs-unit-tests normal normal Future Release defect (bug) 02/04/2021 14
#35963 Only remove item from WP_Dependencies::to_do if it was successfully processed needs-unit-tests normal normal defect (bug) 06/04/2019 2
#54956 [5.9] wp_block_type args - "style" and "script" are always loaded on Frontend needs-unit-tests normal normal Awaiting Review defect (bug) 07/19/2022 8
#51124 Can we get an additional parameter in wp_add_inline_script to set the script type? audrasjb* needs-unit-tests normal normal Future Release feature request 08/13/2025 15
#51837 Adding `add_theme_support` for html5 for scripts, does not remove the type attribute from `wp-emoji-release.min.js` SergeyBiryukov has-patch normal normal Future Release defect (bug) 11/13/2024 12
#59972 Clarify description of wp_script_add_data() has-patch normal normal Awaiting Review defect (bug) 10/10/2024 3
#63017 Compression via PHP documented and in URL but not used anymore has-patch normal normal Future Release defect (bug) 02/20/2026 11
#61828 Global Styles: Refactor wp_add_inline_style() to use HTML API has-patch normal normal Awaiting Review defect (bug) 08/08/2024 11
#45008 Inconsistent use of 'script_loader_src' and 'style_loader_src' filters when performing concatenation has-patch normal normal Awaiting Review defect (bug) 09/27/2018
#13078 Make wp_register_style and wp_enqueue_style consistent has-patch normal normal defect (bug) 06/04/2019 3
#64812 Scripts: wp_enqueue_registered_block_scripts_and_styles() does not include modules has-patch normal normal Future Release defect (bug) 04/02/2026 4
#61625 Styles enqueued from block.json are not correctly configured for RTL westonruter* has-patch normal normal 7.1 defect (bug) 04/09/2026 7
#39991 jQuery UI Datepicker Localization Error with PHP date 'S' has-patch normal normal Future Release defect (bug) 10/25/2018 6
#63043 script-loader 'colors' src true invalid argument has-patch normal normal Awaiting Review defect (bug) 03/03/2025 2
#52465 Allow a relation type in resource hints to be used multiple times has-patch normal normal Future Release enhancement 11/10/2021 6
#54018 Allow scripts registered via block.json to be enqueued in the footer has-patch normal normal Future Release enhancement 10/16/2025 28
#58302 Deprecate and disable the unused compression_test() and wp_ajax_wp_compression_test() has-patch normal normal Future Release enhancement 10/19/2025 14
#63805 Extend the existing conditional loading optimization for block-specific global styles from core blocks to include third-party blocks, improving performance by only loading styles for blocks actually present on the page. has-patch normal normal Future Release enhancement 10/14/2025 13
#40602 Implement immutable cache headers pbearne has-patch normal normal Future Release enhancement 02/12/2025 6
#63793 Parser-blocking scripts should render last in all cases to speed up page load has-patch normal normal Future Release enhancement 08/18/2025 17
#51317 Remove deprecated JavaScript i18n globals has-patch normal normal Future Release enhancement 04/09/2026 11
#60597 Script Modules API: Allow list of enqueued module data to be exposed westonruter has-patch normal normal 7.1 enhancement 02/17/2026 20
#62709 Script modules integration with wp_resource_hints has-patch normal minor 7.1 enhancement 03/27/2026 5
#36791 Set load order when enqueuing scripts and styles has-patch normal normal enhancement 06/04/2019 4
#57548 Stop concatenating scripts and stylesheets in wp-admin and retire load-scripts.php and load-styles.php westonruter* has-patch normal normal Future Release enhancement 04/15/2026 22
#17916 Enqueued styles are only printed on login_footer in wp-login.php dev-feedback normal normal Future Release defect (bug) 08/10/2018 38
#41990 wp_add_inline_script() does not print if the handler has already processed dev-feedback normal normal Future Release defect (bug) 04/12/2023 2
#61356 Add $is_module as an extra strategy argument when enqueueing js script. dev-feedback normal normal Awaiting Review enhancement 06/03/2024 1
#20558 allow wp_localize_script data to be added to existing objects dev-feedback normal normal enhancement 06/04/2019 6
#40276 enhancement: add a $type parameter to wp_add_inline_script() dev-feedback normal normal Awaiting Review enhancement 08/12/2025 4
#56425 wp_localize_script assign to const and freeze instead of var to avoid reassignments dev-feedback normal normal Awaiting Review enhancement 11/08/2022 6
#40485 Add function for retrieving metadata from registered script dev-feedback normal normal Awaiting Review feature request 08/21/2025 2
#60850 Localize script not working in WordPress 6.5-RC3-57856 close normal normal Awaiting Review defect (bug) 03/27/2024 1
#36779 Move /wp-admin/load-scripts.php and /wp-admin/load-styles.php to /wp-includes close normal normal defect (bug) 08/12/2025 1
#61657 Script "in_footer" => false with "defer" will make all dependencies that are not deferred load in head close normal normal Awaiting Review defect (bug) 12/09/2025 2
#61755 Use WPINC constant in script-loader.php close normal normal Awaiting Review defect (bug) 08/14/2025 1
#38548 Add new filters on wp_script_is/wp_style_is close normal normal Awaiting Review enhancement 08/13/2025 1
#59076 Proposal for removing the version numbers of the JS and CSS files when SCRIPT_DEBUG is set to true close normal normal Awaiting Review enhancement 08/12/2025 1
#44211 Add cookie domain to `userSettings` script localize close normal normal Awaiting Review feature request 08/14/2025 1
#53848 'is_feed was called incorrectly' notice if `wp_styles()` is called before the query normal normal Awaiting Review defect (bug) 12/14/2021 1
#59780 Add functionality to dequeue a block style added via wp_enqueue_block_style normal normal Awaiting Review defect (bug) 10/31/2023
#43900 Add hint about blocked Javascript as possible error reason in script-loader.php normal normal Awaiting Review defect (bug) 05/02/2018 8
#55485 Clarify `wp_should_load_separate_core_block_assets()`, `block.json` script expectations normal normal Awaiting Review defect (bug) 10/25/2023 1
#24713 Compression in load_styles.php does not always work, causing inability to use the admin normal normal defect (bug) 06/04/2019 1
#45106 Concerns related to moving mce_external_plugins filter to WP_Scripts::__construct normal normal Awaiting Review defect (bug) 01/16/2019
#26113 Create a WordPress-specific, dependable reference to the WP-bundled jQuery object. normal normal defect (bug) 06/04/2019 2
#63179 Dependencies should load in the footer if the script is loaded in the footer normal normal Awaiting Review defect (bug) 03/27/2025 1
#53638 Duplicate inline JS normal minor defect (bug) 06/12/2024 5
#52320 Empty entries in WP_Scripts 'extra' field normal trivial Awaiting Review defect (bug) 08/14/2025 1
#59114 Infinite loop after upgrading from WordPress 6.1.3 to 6.2 normal normal Awaiting Review defect (bug) 08/30/2023 1
#54993 Inline output using wp_enqueue_block_style adds unnecessary paths normal normal Awaiting Review defect (bug) 01/30/2022
#47789 NGINX: Request for media-view.js leads to "zero size buf in writer" normal normal Awaiting Review defect (bug) 10/20/2019 4
#49742 No longer able to enqueue multiple Google Fonts with wp_enqueue_style normal normal Awaiting Review defect (bug) 11/10/2021 8
#21520 Prevent recursive script dependencies in wp_enqueue_script normal normal defect (bug) 06/04/2019 11
#15833 Script concatenation fails to take external dependencies into account. normal normal Future Release defect (bug) 05/21/2019
#49470 Script loader: simplify maintenance normal normal Future Release defect (bug) 07/21/2020 5
#65103 Single-page admin screens (Connectors, Font Library) fail to mount in Chrome when @wordpress/boot wins a race against its classic-script deps normal normal Awaiting Review defect (bug) 04/20/2026
#63908 Style concatenation may duplicate inline styles normal normal Awaiting Review defect (bug) 09/03/2025 1
#61435 Style dependencies are not inlined normal normal Awaiting Review defect (bug) 06/15/2024 2
#52879 The SCRIPT_DEBUG constant is ignored when concatenating scripts normal minor Future Release defect (bug) 04/27/2022 11
#42440 Uncaught TypeError: $(...).wpColorPicker is not a function normal normal Awaiting Review defect (bug) 11/06/2017 1
#36448 When concatenating scripts in script-loader dependencies may not be honoured. normal normal defect (bug) 08/12/2025 2
#36449 When concatenating styles in script-loader dependencies may not be honoured. normal normal defect (bug) 08/12/2025 2
#54777 passing empty object to wp_localize_script will convert it to empty array instead of empty object normal normal Awaiting Review defect (bug) 01/10/2022 1
#47322 scenario based-bug in the file load-style.php normal normal Awaiting Review defect (bug) 09/01/2025 2
#62265 wp-admin honors style-sheet <=> 'SCRIPT_DEBUG' is true. normal normal Awaiting Review defect (bug) 10/21/2024 1
#55030 wp_enqueue_script( 'jquery-ui-autocomplete' ) - is enqueueing a bunch of extra scripts I don't need normal normal Awaiting Review defect (bug) 02/18/2022 2
#58075 wp_enqueue_scripts action not firing at the right time with block themes normal major Awaiting Review defect (bug) 05/26/2023 3
#59539 wp_register_style and wp_register_script adds ver incorrectly normal major Awaiting Review defect (bug) 10/04/2023
#63693 wp_should_load_block_assets_on_demand doing it wrong too early normal normal Awaiting Review defect (bug) 02/24/2026 2
Note: See TracReports for help on using and creating reports.