FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · pramodjodhani/wordpress-develop · GitHub
pramodjodhani
/
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 Jun 7, 2021
Tests: Use `assertSame()` in some newly introduced tests.
Show description for 37a4faa
SergeyBiryukov
committed
37a4faa
View commit details
Copy full SHA for 37a4faa
Browse repository at this point
Commits on Jun 6, 2021
External Libraries: Update the Requests library to version 1.8.1.
Show description for b61653f
SergeyBiryukov
committed
b61653f
View commit details
Copy full SHA for b61653f
Browse repository at this point
Users: Add user’s locale to password reset link to ensure login screen matches the language of the email.
Show description for 76ba012
ocean90
committed
76ba012
View commit details
Copy full SHA for 76ba012
Browse repository at this point
Commits on Jun 5, 2021
Booststrap/Load: Only reference recovery mode email when it can be sent.
Show description for aea1ccb
aaronjorbin
committed
aea1ccb
View commit details
Copy full SHA for aea1ccb
Browse repository at this point
Coding Standards: Use strict comparison in `wp-admin/options-media.php`.
Show description for b495611
SergeyBiryukov
committed
b495611
View commit details
Copy full SHA for b495611
Browse repository at this point
Commits on Jun 4, 2021
REST API: Restore the `$creating` parameter of `rest_after_save_widget` action.
Show description for d935e0c
SergeyBiryukov
committed
d935e0c
View commit details
Copy full SHA for d935e0c
Browse repository at this point
List Tables: Update spacing in action items on small screens.
Show description for 8aecdaa
ryelle
committed
8aecdaa
View commit details
Copy full SHA for 8aecdaa
Browse repository at this point
Twenty Twenty-One: Check for navigation element before using it.
Show description for a08bbba
ryelle
committed
a08bbba
View commit details
Copy full SHA for a08bbba
Browse repository at this point
REST API: Rename the `$creating` parameter of `rest_after_save_widget` action to `$update`.
Show description for e7ac821
SergeyBiryukov
committed
e7ac821
View commit details
Copy full SHA for e7ac821
Browse repository at this point
Coding Standards: Simplify the logic in `WP_Widget::get_field_name()` and `::get_field_id()`.
Show description for 794a136
SergeyBiryukov
committed
794a136
View commit details
Copy full SHA for 794a136
Browse repository at this point
Fix failing block editor test
Show description for 176da85
noisysocks
committed
176da85
View commit details
Copy full SHA for 176da85
Browse repository at this point
REST API: Delete fresh_site option when updating widgets via REST API
Show description for efd163e
noisysocks
committed
efd163e
View commit details
Copy full SHA for efd163e
Browse repository at this point
Enable Meta and Nav Menu widgets in Legacy Widget block
Show description for e46ffeb
noisysocks
committed
e46ffeb
View commit details
Copy full SHA for e46ffeb
Browse repository at this point
Commits on Jun 3, 2021
Site Health: Remove unnecessary `function_exists()` checks from `WP_Site_Health::get_tests()`.
Show description for abb27bc
SergeyBiryukov
committed
abb27bc
View commit details
Copy full SHA for abb27bc
Browse repository at this point
Editor: Correct some docblocks added in [50836].
Show description for ad0a555
johnbillion
committed
ad0a555
View commit details
Copy full SHA for ad0a555
Browse repository at this point
Commits on Jun 2, 2021
Plugins: Make sure Hello Dolly translations are deleted when the plugin is deleted.
Show description for e37b85f
SergeyBiryukov
committed
e37b85f
View commit details
Copy full SHA for e37b85f
Browse repository at this point
Docs: Correct type for the `$widget` parameter of the `widget_block_content` filter.
Show description for 39043f8
SergeyBiryukov
committed
39043f8
View commit details
Copy full SHA for 39043f8
Browse repository at this point
Block Editor: Update script versions.
Show description for 66469ef
peterwilsoncc
committed
66469ef
View commit details
Copy full SHA for 66469ef
Browse repository at this point
Widgets: Add missing actions to widgets block editor
Show description for 7e3b648
noisysocks
committed
7e3b648
View commit details
Copy full SHA for 7e3b648
Browse repository at this point
REST API: Add 'delete_widget' action to delete widget endpoint
Show description for a46baca
noisysocks
committed
a46baca
View commit details
Copy full SHA for a46baca
Browse repository at this point
REST API: Fix delete widget endpoint
Show description for 08d48b9
noisysocks
committed
08d48b9
View commit details
Copy full SHA for 08d48b9
Browse repository at this point
Widget block: Add `widget_block_content` filter
Show description for cf60c45
noisysocks
committed
cf60c45
View commit details
Copy full SHA for cf60c45
Browse repository at this point
Site Health: Conditionally run Authorization header test.
Show description for 9991a80
Clorith
committed
9991a80
View commit details
Copy full SHA for 9991a80
Browse repository at this point
Commits on Jun 1, 2021
Block Editor: Load the `WP_Theme_JSON_Resolver` class in `wp-admin/load-styles.php`.
Show description for 6857f84
SergeyBiryukov
committed
6857f84
View commit details
Copy full SHA for 6857f84
Browse repository at this point
Docs: Add a `@since` note to `wp_parse_id_list()` and `wp_parse_slug_list()` about using `wp_parse_list()`.
Show description for 052550f
SergeyBiryukov
committed
052550f
View commit details
Copy full SHA for 052550f
Browse repository at this point
Tests: Remove the `::append_to_selector()` method from `Tests_Theme_wpThemeJson`.
Show description for f5ca52c
SergeyBiryukov
committed
f5ca52c
View commit details
Copy full SHA for f5ca52c
Browse repository at this point
Coding Standards: Simplify a condition in `wp-admin/admin-footer.php`.
Show description for d8c4ba3
SergeyBiryukov
committed
d8c4ba3
View commit details
Copy full SHA for d8c4ba3
Browse repository at this point
Block Editor: Update the Gutenberg branch used to launch Gutenberg e2e tests.
Show description for f166ac5
youknowriad
committed
f166ac5
View commit details
Copy full SHA for f166ac5
Browse repository at this point
Block Editor: Update packages and backport the latest Gutenberg fixes.
Show description for 80957a6
youknowriad
committed
80957a6
View commit details
Copy full SHA for 80957a6
Browse repository at this point
Commits on May 31, 2021
Docs: Improve documentation for `get_option()`. Clean up, clarify the returned types and the exceptions, and add few examples.
Show description for f71eadf
azaozz
committed
f71eadf
View commit details
Copy full SHA for f71eadf
Browse repository at this point
REST API: Remove duplicates in the widget types endpoint.
Show description for 8edfb80
TimothyBJacobs
committed
8edfb80
View commit details
Copy full SHA for 8edfb80
Browse repository at this point
Docs: Improve documentation for the `wp_resource_hints` filter.
Show description for 712ca22
SergeyBiryukov
committed
712ca22
View commit details
Copy full SHA for 712ca22
Browse repository at this point
Commits on May 30, 2021
Coding Standards: Use strict comparison in `wp-includes/class-wp-customize-nav-menus.php`.
Show description for b06ec69
SergeyBiryukov
committed
b06ec69
View commit details
Copy full SHA for b06ec69
Browse repository at this point
Commits on May 29, 2021
Docs: Document that `has_block()` does not check reusable blocks.
Show description for 59e55af
SergeyBiryukov
committed
59e55af
View commit details
Copy full SHA for 59e55af
Browse repository at this point
Commits on May 28, 2021
Bundled Themes: Introduce block patterns for Twenty Fourteen.
Show description for 24a7020
ryelle
committed
24a7020
View commit details
Copy full SHA for 24a7020
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL