FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · slavicd/wordpress-develop · GitHub
slavicd
/
wordpress-develop
Public
forked from
WordPress/wordpress-develop
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Sep 9, 2025
Merge remote-tracking branch 'origin/trunk' into trunk
slavicd
committed
bc6f52f
View commit details
Copy full SHA for bc6f52f
Browse repository at this point
The previous fix is insufficient, as the corn gets overridden by `wp_reschedule_event` too
slavicd
committed
2e30f2e
View commit details
Copy full SHA for 2e30f2e
Browse repository at this point
Merge branch 'WordPress:trunk' into trunk
slavicd
authored
6fd7a8e
View commit details
Copy full SHA for 6fd7a8e
Browse repository at this point
Upgrade/Install: Cast `get_option( 'active_plugins' )` to array in `upgrade_690()`.
Show description for f57cf3d
SergeyBiryukov
committed
f57cf3d
View commit details
Copy full SHA for f57cf3d
Browse repository at this point
Docs: Correct the order of `@see` and `@global` tags in some files.
Show description for dc655bb
SergeyBiryukov
committed
dc655bb
View commit details
Copy full SHA for dc655bb
Browse repository at this point
Commits on Sep 8, 2025
Plugins: Correct deactivate row action text when network active.
Show description for 33f476e
dream-encode
committed
33f476e
View commit details
Copy full SHA for 33f476e
Browse repository at this point
Script Loader: Fix typo in code comment about sourceURL.
Show description for 7badd6d
sirreal
committed
7badd6d
View commit details
Copy full SHA for 7badd6d
Browse repository at this point
Upgrade/Install: Correct the database upgrade routine for WordPress 6.9.
Show description for 143f1d1
SergeyBiryukov
committed
143f1d1
View commit details
Copy full SHA for 143f1d1
Browse repository at this point
Tests: Update rendering test cases for Block Bindings
Show description for cecd546
gziolo
committed
cecd546
View commit details
Copy full SHA for cecd546
Browse repository at this point
Script Loader: Add sourceURL to inline scripts and styles.
Show description for ca23e6f
sirreal
committed
ca23e6f
View commit details
Copy full SHA for ca23e6f
Browse repository at this point
Commits on Sep 7, 2025
Database: Update `$wp_db_version` to point to the correct commit number.
Show description for 9d802e0
SergeyBiryukov
committed
9d802e0
View commit details
Copy full SHA for 9d802e0
Browse repository at this point
Database: Add `type_status_author` index for the posts table.
Show description for 601ddd4
SergeyBiryukov
committed
601ddd4
View commit details
Copy full SHA for 601ddd4
Browse repository at this point
Coding Standards: Move `upgrade_690()` to the correct place, after `upgrade_682()`.
Show description for 94bfca7
SergeyBiryukov
committed
94bfca7
View commit details
Copy full SHA for 94bfca7
Browse repository at this point
Customizer: Accessible errors when adding new pages.
Show description for 359980f
joedolson
committed
359980f
View commit details
Copy full SHA for 359980f
Browse repository at this point
Commits on Sep 6, 2025
Docs: Add `@param` and `@return` description for `sanitize_hex_color_no_hash()`.
Show description for afbe174
SergeyBiryukov
committed
afbe174
View commit details
Copy full SHA for afbe174
Browse repository at this point
Posts, Post Types: Use relevant HTTP status codes for `wp_die()` calls in `wp-admin/post.php`.
Show description for a316966
westonruter
committed
a316966
View commit details
Copy full SHA for a316966
Browse repository at this point
Commits on Sep 5, 2025
Users: Pass `WP_User` object to `wp_set_password` action in during new user creation.
Show description for f294326
dream-encode
committed
f294326
View commit details
Copy full SHA for f294326
Browse repository at this point
Taxonomy: Add `update_term_count` action that fires when term counts are updated.
Show description for c15303c
SergeyBiryukov
committed
c15303c
View commit details
Copy full SHA for c15303c
Browse repository at this point
Administration: Remove unused CSS in forms.css.
Show description for e81ed11
joedolson
committed
e81ed11
View commit details
Copy full SHA for e81ed11
Browse repository at this point
Commits on Sep 4, 2025
Docs: Add `@param` and `@return` description for `maybe_hash_hex_color()`.
Show description for c6cce34
SergeyBiryukov
committed
c6cce34
View commit details
Copy full SHA for c6cce34
Browse repository at this point
Editor: Use Unicode escape encoding for "\" characters in block attributes.
Show description for 89ae2bd
sirreal
committed
89ae2bd
View commit details
Copy full SHA for 89ae2bd
Browse repository at this point
Build/Test Tools: Ensure assertEqualHTML fallback render can be reached.
Show description for dde9c80
sirreal
committed
dde9c80
View commit details
Copy full SHA for dde9c80
Browse repository at this point
HTML API: Prevent adding dangerous double-escape SCRIPT contents.
Show description for 4b9559e
sirreal
committed
4b9559e
View commit details
Copy full SHA for 4b9559e
Browse repository at this point
Administration: Fix sizing of page header links on mobile.
Show description for 6fb4a2f
joedolson
committed
6fb4a2f
View commit details
Copy full SHA for 6fb4a2f
Browse repository at this point
Commits on Sep 3, 2025
Script Loader: Introduce `fetchpriority` for Scripts and Script Modules.
Show description for c987f34
westonruter
committed
c987f34
View commit details
Copy full SHA for c987f34
Browse repository at this point
Code Modernization: Address no-op function deprecations in PHP 8.5.
Show description for 9b6c234
SergeyBiryukov
committed
9b6c234
View commit details
Copy full SHA for 9b6c234
Browse repository at this point
Commits on Sep 2, 2025
Charset: Add explanatory note about what consitutes “valid” UTF-8.
Show description for cfcb4e9
dmsnell
committed
cfcb4e9
View commit details
Copy full SHA for cfcb4e9
Browse repository at this point
Posts, Post Types: Check the result of creating a draft in `get_default_post_to_edit()`.
Show description for 413b7ea
SergeyBiryukov
committed
413b7ea
View commit details
Copy full SHA for 413b7ea
Browse repository at this point
Commits on Sep 1, 2025
Accessibility: Feedback & focus on deleting terms via AJAX.
Show description for 57c1af7
joedolson
committed
57c1af7
View commit details
Copy full SHA for 57c1af7
Browse repository at this point
Tests: Remove redundant `@covers` tags in `wp_mail()` tests.
Show description for 510f362
SergeyBiryukov
committed
510f362
View commit details
Copy full SHA for 510f362
Browse repository at this point
Mail: Support inline attachments.
Show description for accf941
TimothyBJacobs
committed
accf941
View commit details
Copy full SHA for accf941
Browse repository at this point
Commits on Aug 31, 2025
Caching API: Use consistent cache keys for query groups.
Show description for e3ba953
spacedmonkey
committed
e3ba953
View commit details
Copy full SHA for e3ba953
Browse repository at this point
Docs: Clarify return value for `wp_get_default_extension_for_mime_type()`.
Show description for 428611b
SergeyBiryukov
committed
428611b
View commit details
Copy full SHA for 428611b
Browse repository at this point
Formatting: Rely on _wp_can_use_pcre_u() to detect UTF-8 PCRE support.
Show description for c70e3d6
dmsnell
committed
c70e3d6
View commit details
Copy full SHA for c70e3d6
Browse repository at this point
Commits on Aug 30, 2025
Compat: Replace warning-suppression in _wp_can_use_pcre_u()
Show description for 6b006e9
dmsnell
committed
6b006e9
View commit details
Copy full SHA for 6b006e9
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL