#52582
|
wp_cache_* duplicate/redundant storage and insufficient clearing of cache
|
|
Comments
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
02/21/2021
|
#44445
|
wp_cache_init() and WP_Object_Cache constructor has a memory leak
|
|
Cache API
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
05/03/2019
|
#50944
|
wp_calculate_image_srcset can unintentionally include unscaled original image
|
|
Media
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
08/24/2020
|
#29717
|
wp_check_invalid_utf8 - pcre tricks and failsafes, +mb_convert_encoding, iconv fix, performance
|
|
Formatting
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
needs-unit-tests
|
05/18/2019
|
#55635
|
wp_convert_hr_to_bytes() report correct byte sizes for php.ini "shorthand" values
|
|
Upload
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
changes-requested
|
09/14/2022
|
#47868
|
wp_delete_attachment returning successfully, deleting all DB data, but NOT deleting files, and NOT returning false
|
|
Media
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
08/20/2019
|
#43672
|
wp_delete_post() function ignores `$force_delete` parameter for custom post types
|
|
Posts, Post Types
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
07/05/2023
|
#38618
|
wp_description() and description-tag
|
|
General
|
normal
|
normal
|
Awaiting Review
|
feature request
|
dev-feedback
|
04/05/2019
|
#54488
|
wp_filter_nohtml_kses does not remove HTML comments
|
audrasjb
|
Formatting
|
normal
|
normal
|
Future Release
|
defect (bug)
|
changes-requested
|
10/12/2023
|
#38906
|
wp_get_attachment_image_src() sometimes gives incorrect width and height values
|
|
Media
|
normal
|
normal
|
Future Release
|
defect (bug)
|
dev-feedback
|
12/21/2022
|
#39926
|
wp_get_object_terms should return WP_Error on wrong fields argument or use a sane default
|
|
Taxonomy
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
04/14/2017
|
#38481
|
wp_handle_upload_prefilter not used before deriving attachment title
|
|
Upload
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
dev-feedback
|
03/26/2019
|
#44595
|
wp_insert_post() inserts wrong GUID (adds http:// prefix)
|
|
General
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
07/17/2018
|
#27683
|
wp_insert_post_empty_content filter issues with auto-drafts and/or fix auto-draft duplicates
|
|
Posts, Post Types
|
normal
|
normal
|
|
defect (bug)
|
dev-feedback
|
06/04/2019
|
#24705
|
wp_link_pages() does not showing active current element
|
|
Posts, Post Types
|
normal
|
major
|
Awaiting Review
|
enhancement
|
dev-feedback
|
12/09/2018
|
#39787
|
wp_list_authors can be optimize
|
|
Users
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
dev-feedback
|
03/28/2020
|
#23498
|
wp_list_authors ignores 'exclude_admin' arg when admin account has a display_name other then 'admin'
|
SergeyBiryukov
|
Users
|
normal
|
normal
|
Future Release
|
defect (bug)
|
dev-feedback
|
10/10/2019
|
#41760
|
wp_list_comments callback params
|
|
Comments
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
dev-feedback
|
08/31/2017
|
#41714
|
wp_list_pages() - horrible performance due to eventual "SELECT *"
|
|
Posts, Post Types
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
07/06/2023
|
#56425
|
wp_localize_script assign to const and freeze instead of var to avoid reassignments
|
|
Script Loader
|
normal
|
normal
|
Awaiting Review
|
enhancement
|
dev-feedback
|
11/08/2022
|
#49687
|
wp_mail() - Why is no envelope sender defined?
|
|
Mail
|
normal
|
minor
|
Awaiting Review
|
enhancement
|
dev-feedback
|
11/17/2022
|
#20289
|
wp_nav_menu container is not set when menu isn't defined
|
|
Menus
|
normal
|
normal
|
|
defect (bug)
|
dev-feedback
|
06/04/2019
|
#34466
|
wp_register_form, wp_lost_password_form function
|
|
Login and Registration
|
normal
|
normal
|
Awaiting Review
|
feature request
|
dev-feedback
|
02/22/2017
|
#53262
|
wp_robots() (via wp_die) triggers a "doing_it_wrong_trigger_error", but should not.
|
|
General
|
normal
|
minor
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
08/03/2022
|
#52448
|
wp_scheduled_delete WP-Cron Job Cannot Be Unscheduled
|
|
Administration
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
02/05/2021
|
#41522
|
wp_set_password() doesn't trigger a changed password notification
|
|
Users
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
08/02/2017
|
#55999
|
wp_suspend_cache_addition should also disable cache setting?
|
|
Cache API
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
needs-unit-tests
|
06/17/2022
|
#20275
|
wp_update_nav_menu hook is not fired when nav menu item is auto-added
|
|
Menus
|
normal
|
normal
|
|
defect (bug)
|
dev-feedback
|
06/04/2019
|
#42183
|
wp_update_user() conditional compares a plain-text password to the hashed old
|
SergeyBiryukov
|
Users
|
normal
|
normal
|
Future Release
|
defect (bug)
|
needs-unit-tests
|
01/16/2019
|
#56025
|
wp_validate_boolean() not doing what it describes, causes issues with [video] shortcode
|
|
General
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
06/22/2022
|
#40676
|
wpautop adds opening & closing p tags around the opening a tag and around the closing a tag when the link contains certain flow content elements like div, h1, h2...
|
|
Formatting
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
needs-unit-tests
|
07/21/2017
|
#2833
|
wpautop breaks style and script tags
|
|
Formatting
|
low
|
normal
|
Future Release
|
defect (bug)
|
dev-feedback
|
03/29/2022
|
#11678
|
wpautop() fails on uppercase closing tags
|
|
Formatting
|
normal
|
normal
|
|
defect (bug)
|
dev-feedback
|
06/04/2019
|
#12257
|
wpdb Scales Badly Due to Unnecessary Copies of All Query Results
|
|
Database
|
normal
|
critical
|
|
defect (bug)
|
dev-feedback
|
06/04/2019
|
#31166
|
wpmu_signup_user_notification filter is incorrect
|
|
Login and Registration
|
normal
|
normal
|
|
defect (bug)
|
dev-feedback
|
06/04/2019
|
#20019
|
wpmu_validate_blog_signup(): Allow '.' and '-' in blog names
|
|
Login and Registration
|
normal
|
normal
|
|
enhancement
|
dev-feedback
|
06/04/2019
|
#18525
|
zlib.output_compression "on" in server conflicts with autoupdate
|
|
Bootstrap/Load
|
normal
|
normal
|
Awaiting Review
|
defect (bug)
|
dev-feedback
|
09/17/2020
|
#41104
|
Add "Site" to the "New" admin-bar dropdown
|
joedolson*
|
Toolbar
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
11/09/2023
|
#58638
|
Add 'close' button to dashboard widgets
|
oglekler
|
Administration
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
11/15/2023
|
#55343
|
Add Tooltip to "Remember Me" (WP Login Form)
|
rajinsharwar
|
Login and Registration
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
09/29/2023
|
#42061
|
Add new utility function for checking if the current request is a REST API request.
|
TimothyBlynJacobs
|
Bootstrap/Load
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
11/10/2023
|
#54091
|
Attachment details pane navigation not working after opening 81st (or greater) item and refreshing the browser
|
antpb
|
Media
|
normal
|
trivial
|
6.5
|
defect (bug)
|
dev-feedback
|
10/16/2023
|
#55437
|
Bugfix: Display correct theme in site editor
|
SergeyBiryukov
|
Themes
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
10/16/2023
|
#59969
|
Conditional loading `build_template_part_block_variations` for performance improvement
|
thekt12
|
General
|
normal
|
normal
|
6.5
|
defect (bug)
|
needs-unit-tests
|
11/30/2023
|
#58996
|
Consider removing the "imagemin" task from Grunt
|
|
Build/Test Tools
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
10/23/2023
|
#23374
|
Custom photo title is overwritten upon completion of upload
|
joedolson*
|
Media
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
10/19/2023
|
#30465
|
Dashboard alert if a plugin/theme was removed from WordPress repo
|
|
Security
|
normal
|
normal
|
6.5
|
feature request
|
dev-feedback
|
09/18/2023
|
#54111
|
Delete attachment with sizes not working on Windows file system
|
|
Media
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
10/04/2023
|
#42441
|
Disable autoload for large options
|
pbearne
|
Options, Meta APIs
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
11/28/2023
|
#58312
|
Display password hint on additional screens
|
|
Users
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
09/24/2023
|
#59442
|
Duplicate query in WP_Query
|
joemcgill
|
Query
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
10/24/2023
|
#57035
|
Error in current_time() function when using timestamp and no value for gmt_offset
|
audrasjb
|
Date/Time
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
10/11/2023
|
#58855
|
Fix and enhance wp_is_development_mode() to be able to return whether a development mode is beiung used
|
|
General
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
09/25/2023
|
#59767
|
Front page template selection needs to be more granular
|
|
Themes
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
10/30/2023
|
#58226
|
HTML attribute "action" on element "form": Must be non-empty.
|
joedolson*
|
Login and Registration
|
normal
|
normal
|
6.5
|
defect (bug)
|
changes-requested
|
11/09/2023
|
#59638
|
Images: repeating a single image causes `fetchpriority` to be repeated
|
|
Media
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
11/22/2023
|
#59233
|
Improve error handling for unserialize()
|
|
General
|
normal
|
normal
|
6.5
|
task (blessed)
|
dev-feedback
|
10/17/2023
|
#50486
|
Improve the admin notices accessibility
|
joedolson*
|
Administration
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
10/20/2023
|
#16293
|
In multisite installs, users with id 1 can't be deleted
|
|
Users
|
normal
|
normal
|
6.5
|
defect (bug)
|
needs-unit-tests
|
10/16/2023
|
#55840
|
Internationalization support for sizes added by 'edit_custom_thumbnail_sizes' filter
|
antpb
|
Media
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
09/20/2023
|
#59900
|
Measure performance with a persistent object cache in performance tests
|
flixos90
|
Build/Test Tools
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
11/21/2023
|
#31352
|
Media icons are not retina friendly
|
joedolson*
|
Media
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
10/19/2023
|
#34668
|
Network admin can't be accessed via keyboard
|
alexstine*
|
Toolbar
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
11/03/2023
|
#48710
|
PDF uploads are treated like images: empty alt attribute and PHP notices
|
joedolson*
|
Media
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
11/14/2023
|
#55603
|
PHP 8.2: address deprecation of the utf8_encode() and utf8_decode() functions
|
hellofromTonya
|
General
|
normal
|
normal
|
6.5
|
task (blessed)
|
dev-feedback
|
10/30/2023
|
#48689
|
PHP warnings after updating to WP 5.3: ftp_nlist() and ftp_pwd() expect missing parameters
|
costdev
|
Filesystem API
|
normal
|
minor
|
6.5
|
defect (bug)
|
needs-unit-tests
|
10/11/2023
|
#22316
|
Plugin Dependencies (Yet Another Plugin Dependencies Ticket)
|
afragen
|
Upgrade/Install
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
11/29/2023
|
#45929
|
Potential assignment to empty string
|
swissspidy
|
Shortcodes
|
normal
|
normal
|
6.5
|
defect (bug)
|
changes-requested
|
10/16/2023
|
#55535
|
Pre-populate Image Alt Text field with IPTC Photo Metadata Standard Alt Text
|
joedolson*
|
Media
|
normal
|
minor
|
6.5
|
enhancement
|
dev-feedback
|
10/07/2023
|
#59719
|
Revise caching approach for theme files
|
flixos90
|
Themes
|
high
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
11/28/2023
|
#58281
|
Rollback Auto-Update (Rollback part 3)
|
afragen
|
Upgrade/Install
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
11/29/2023
|
#58380
|
Setting time limit for updates doesn't always work.
|
pbiron*
|
Upgrade/Install
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
11/14/2023
|
#49151
|
Show a warning for plugins in WP admin that haven't received updates in a long time
|
audrasjb*
|
Site Health
|
normal
|
normal
|
6.5
|
feature request
|
dev-feedback
|
10/20/2023
|
#58103
|
Show user roles when deleting users
|
audrasjb
|
Users
|
normal
|
normal
|
6.5
|
enhancement
|
changes-requested
|
09/21/2023
|
#59935
|
Site editor: logo
|
hellofromTonya
|
Editor
|
normal
|
normal
|
6.4.2
|
defect (bug)
|
dev-feedback
|
11/30/2023
|
#58132
|
Slashes used in block templates slug is a problem on Windows
|
|
Editor
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
10/11/2023
|
#58986
|
TypeError: Unsupported operand types: string * int *
|
|
Date/Time
|
normal
|
critical
|
6.5
|
defect (bug)
|
dev-feedback
|
10/11/2023
|
#55604
|
Update SimplePie to version 1.7.0
|
|
External Libraries
|
normal
|
normal
|
6.5
|
task (blessed)
|
needs-unit-tests
|
10/03/2023
|
#51870
|
Update all focusable elements to use the new focus style
|
joedolson*
|
Administration
|
normal
|
normal
|
6.5
|
task (blessed)
|
dev-feedback
|
10/20/2023
|
#59828
|
Update npm packages with bugfixes for 6.4.2
|
|
Editor
|
normal
|
normal
|
6.4.2
|
defect (bug)
|
dev-feedback
|
11/22/2023
|
#59027
|
Weekly wp_get_archives has invalid link (link for month instead of year)
|
|
Posts, Post Types
|
normal
|
normal
|
6.5
|
defect (bug)
|
needs-unit-tests
|
10/05/2023
|
#24142
|
Zero value for posts_per_page value in wp_query custom instance and for 'Blog pages show at most' option
|
SergeyBiryukov
|
Query
|
normal
|
normal
|
6.5
|
defect (bug)
|
dev-feedback
|
11/08/2023
|
#40370
|
add_image_sizes does not create the "crop position" versions of the image
|
|
Media
|
normal
|
normal
|
6.5
|
enhancement
|
dev-feedback
|
09/25/2023
|
#58903
|
set_transient() allows invalid transient name
|
|
Options, Meta APIs
|
normal
|
normal
|
6.5
|
defect (bug)
|
changes-requested
|
10/14/2023
|
#59249
|
shortcode_parse_atts() result for no attributes does not match the documentation
|
nicolefurlan
|
Shortcodes
|
normal
|
normal
|
6.5
|
defect (bug)
|
needs-unit-tests
|
10/16/2023
|
#50522
|
stop setting "older" cookies with multiple path prefixes
|
|
Login and Registration
|
normal
|
normal
|
6.5
|
defect (bug)
|
changes-requested
|
10/07/2023
|