FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · stormwild/wordpress-develop · GitHub
stormwild
/
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
7
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 Jan 27, 2024
Script Loader: Clarify in docs that `wp_get_inline_script_tag()` and `wp_print_inline_script_tag()` can take non-JS data.
Show description for 5c4b488
westonruter
committed
5c4b488
View commit details
Copy full SHA for 5c4b488
Browse repository at this point
Editor: Add original_source and author_text to the templates REST API.
Show description for 400a7ac
jorgefilipecosta
committed
400a7ac
View commit details
Copy full SHA for 400a7ac
Browse repository at this point
Commits on Jan 26, 2024
Coding Standards: Fix some spaces on block-supports background.
Show description for 338fb7e
jorgefilipecosta
committed
338fb7e
View commit details
Copy full SHA for 338fb7e
Browse repository at this point
Coding Standards: Add missing escaping in `Custom_Image_Header::step_2()`.
Show description for 5fbcb55
SergeyBiryukov
committed
5fbcb55
View commit details
Copy full SHA for 5fbcb55
Browse repository at this point
Build/Test Tools: Update the `caniuse` data.
Show description for 311f45e
desrosj
committed
311f45e
View commit details
Copy full SHA for 311f45e
Browse repository at this point
Build/Test Tools: Update third-party GitHub Actions.
Show description for d7d91b8
desrosj
committed
d7d91b8
View commit details
Copy full SHA for d7d91b8
Browse repository at this point
Build/Tests: Ensure set_error_handler is cleaned up.
Show description for 3cb6f03
aaronjorbin
committed
3cb6f03
View commit details
Copy full SHA for 3cb6f03
Browse repository at this point
Commits on Jan 25, 2024
Media: Redirect inactive attachment pages for logged-out users.
Show description for fe1df40
aaronjorbin
committed
fe1df40
View commit details
Copy full SHA for fe1df40
Browse repository at this point
Docs: Fix a few typos in `wp-includes/pomo/po.php`.
Show description for bb14399
SergeyBiryukov
committed
bb14399
View commit details
Copy full SHA for bb14399
Browse repository at this point
Block Hooks: Amend PHPDoc for `hooked_block_{$hooked_block_type}` filter.
Show description for 2526eab
ockham
committed
2526eab
View commit details
Copy full SHA for 2526eab
Browse repository at this point
Block Hooks: Introduce a new `hooked_block_{$block_type}` filter.
Show description for a92aa29
ockham
committed
a92aa29
View commit details
Copy full SHA for a92aa29
Browse repository at this point
Editor: Add video and audio pattern categories.
Show description for 1fdafca
youknowriad
committed
1fdafca
View commit details
Copy full SHA for 1fdafca
Browse repository at this point
Editor: Fix Theme.json application of custom root selector for styles.
Show description for 5bd13e7
youknowriad
committed
5bd13e7
View commit details
Copy full SHA for 5bd13e7
Browse repository at this point
Twenty Twenty-Four: Change font family slug to lowercase.
Show description for b617b5c
swissspidy
committed
b617b5c
View commit details
Copy full SHA for b617b5c
Browse repository at this point
I18N: Rename `WP_Translation_Controller::instance()` method to `get_instance()`.
Show description for a615250
swissspidy
committed
a615250
View commit details
Copy full SHA for a615250
Browse repository at this point
Commits on Jan 24, 2024
Docs: Fix typo in `_get_block_template_file()` DocBlock.
Show description for fa441af
SergeyBiryukov
committed
fa441af
View commit details
Copy full SHA for fa441af
Browse repository at this point
HTML API: Scan all syntax tokens in a document, read modifiable text.
Show description for 616e673
dmsnell
committed
616e673
View commit details
Copy full SHA for 616e673
Browse repository at this point
Script Loader: Load the modules to the footer in classic themes
Show description for 6daf853
youknowriad
committed
6daf853
View commit details
Copy full SHA for 6daf853
Browse repository at this point
I18N: Improve docblocks after [57337].
Show description for 28fd787
swissspidy
committed
28fd787
View commit details
Copy full SHA for 28fd787
Browse repository at this point
HTML API: Support INPUT tags.
Show description for 78ef4f7
dmsnell
committed
78ef4f7
View commit details
Copy full SHA for 78ef4f7
Browse repository at this point
Commits on Jan 23, 2024
Docs: Add missing full stop in `WP_Comment_Query::parse_query()` DocBlock.
Show description for 86d4ac2
SergeyBiryukov
committed
86d4ac2
View commit details
Copy full SHA for 86d4ac2
Browse repository at this point
Script Loader: Only emit CDATA wrapper comments in `wp_get_inline_script_tag()` for JavaScript.
Show description for 5139923
westonruter
committed
5139923
View commit details
Copy full SHA for 5139923
Browse repository at this point
Editor: Unset reference used in foreach statement.
Show description for a21e447
youknowriad
committed
a21e447
View commit details
Copy full SHA for a21e447
Browse repository at this point
I18N: Improve edge case handling in `WP_Translation_Controller`.
Show description for 2f91b1f
swissspidy
committed
2f91b1f
View commit details
Copy full SHA for 2f91b1f
Browse repository at this point
I18N: Add missing variable in string replacement.
Show description for 5a8e44c
swissspidy
committed
5a8e44c
View commit details
Copy full SHA for 5a8e44c
Browse repository at this point
I18N: Introduce a more performant localization library.
Show description for e83f5a1
swissspidy
committed
e83f5a1
View commit details
Copy full SHA for e83f5a1
Browse repository at this point
General: Add $schema property to block and theme JSON files.
Show description for de0c402
ockham
committed
de0c402
View commit details
Copy full SHA for de0c402
Browse repository at this point
Editor: Fix back to items label capitalization for the pattern categories.
Show description for 3bf2b25
youknowriad
committed
3bf2b25
View commit details
Copy full SHA for 3bf2b25
Browse repository at this point
Editor: Define the labels of the pattern category taxonomy.
Show description for 1381ad9
youknowriad
committed
1381ad9
View commit details
Copy full SHA for 1381ad9
Browse repository at this point
Editor: Update the ThemeJson unit test to cover custom CSS feature.
Show description for e42e65d
youknowriad
committed
e42e65d
View commit details
Copy full SHA for e42e65d
Browse repository at this point
Editor: Ensure PHPUnit10 compatibility for ThemeJson unit test.
Show description for d0262ec
youknowriad
committed
d0262ec
View commit details
Copy full SHA for d0262ec
Browse repository at this point
Editor: Set show_tagcloud to false for Pattern Categories.
Show description for 2e3b292
youknowriad
committed
2e3b292
View commit details
Copy full SHA for 2e3b292
Browse repository at this point
Build Tools: Configure prettier properly.
Show description for d3ac623
youknowriad
committed
d3ac623
View commit details
Copy full SHA for d3ac623
Browse repository at this point
Editor: fix fluid font division by zero error when min and max viewport widths are equal.
Show description for ba42713
tellthemachines
committed
ba42713
View commit details
Copy full SHA for ba42713
Browse repository at this point
Editor: fix classname output on blocks without layout.
Show description for c9f04d4
tellthemachines
committed
c9f04d4
View commit details
Copy full SHA for c9f04d4
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL