- Sep 15, 2020
-
-
Dom Sekotill authored
-
- Sep 01, 2020
-
-
Jonathan Desrosiers authored
Built from https://develop.svn.wordpress.org/tags/5.5.1@48935 git-svn-id: https://core.svn.wordpress.org/tags/5.5.1@48697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Built from https://develop.svn.wordpress.org/branches/5.5@48934 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Props audrasjb, desrosj, SergeyBiryukov. Fixes #51202. Built from https://develop.svn.wordpress.org/branches/5.5@48933 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Props mukesh27, casiepa, davidbaumwald. Merges [48809] to the 5.5 branch. Fixes #51028. Built from https://develop.svn.wordpress.org/branches/5.5@48932 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
- Aug 31, 2020
-
-
Jonathan Desrosiers authored
Built from https://develop.svn.wordpress.org/branches/5.5@48928 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48690 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Built from https://develop.svn.wordpress.org/branches/5.5@48927 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Add some new tests to better cover the functionality, for consistency with `get_the_date()` and `get_the_time()`. Follow-up to [48911], [48912], [48918]. Props wittich. Merges [48924] to the 5.5 branch. Fixes #51184. Built from https://develop.svn.wordpress.org/branches/5.5@48926 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48688 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Script Loader: Add backward compatibility for JavaScript i18n globals and properties deprecated in WordPress 5.5. The recommended approach for any plugins using these globals or properties is to switch to the newer `wp.i18n` functions. In the meantime, this ensures that accessing any of these globals does not break the rest of the code on the page, and an appropriate warning message is logged to the JavaScript console. Follow-up to: https://core.trac.wordpress.org/query?summary=~wp.i18n&milestone=5.5 Props omarreiss, peterwilsoncc, kbjohnson90, johnbillion, TimothyBlynJacobs, joostdevalk, ocean90, desrosj, SergeyBiryukov. Merges [48923] to the 5.5 branch. Fixes #51123. Built from https://develop.svn.wordpress.org/branches/5.5@48925 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Date/Time: In `get_the_date()` and related functions, pass the original, unmodified `$format` value to the filters. Additionally, simplify the `$format` argument checks for consistency with similar checks in `get_the_modified_date()` and `get_the_modified_time()`. Follow-up to [48912]. Props Rarst. Merges [48918] to the 5.5 branch. See #51184. Built from https://develop.svn.wordpress.org/branches/5.5@48922 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Date/Time: Make sure `get_the_date()` and related functions return correct time if the format was specified as `false`. Technically, the `$format` argument should always be a string, but passing `false` used to work before [47808], so this restores backward compatibility. The list of affected functions: - `get_the_date()` - `get_the_time()` - `get_comment_date()` - `get_comment_time()` Props wittich, Rarst, akabarikalpesh, SergeyBiryukov. Merges [48912] to the 5.5 branch. Fixes #51184. Built from https://develop.svn.wordpress.org/branches/5.5@48921 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
- Move some tests from `post.php` to a more appropriate location in the `date` directory. - Rename `date/postTime.php` to `date/getPostTime.php` to match the function name. Props Rarst. Merges [48911] to the 5.5 branch. See #51184. Built from https://develop.svn.wordpress.org/branches/5.5@48920 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Themes: Normalize the installed theme path in `Theme_Installer_Skin::do_overwrite()` before comparing with the uploaded theme. This ensures that the data for the currently installed theme is picked up properly when uploading a theme update on Windows. Follow-up to [48390]. Props bobbingwide, wpamitkumar, mukesh27. Merges [48913] to the 5.5 branch. Fixes #51182. Built from https://develop.svn.wordpress.org/branches/5.5@48919 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Comments: Check if reply heading text node exists before accessing its property in `comment-reply.js`. Follow-up to [47506], [48876]. Props johannadevos, mailnew2ster. Merges [48904] to the 5.5 branch. Fixes #38009. Built from https://develop.svn.wordpress.org/branches/5.5@48917 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48679 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
The value is internally used to detect whether nothing has hooked into this filter. Props audrasjb, pbiron, johnbillion, SergeyBiryukov. Merges [48909] to the 5.5 branch. Fixes #50848. Built from https://develop.svn.wordpress.org/branches/5.5@48916 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Docs: Add a `@since` note to the `display_post_states` filter to clarify that it is now also applied in the Customizer context. If any admin functions are used within the filter, their existence should be checked with `function_exists()` before being used. Follow-up to [47763], [48620]. Props audrasjb, garrett-eclipse, Howdy_McGee, dlh, khag7, SergeyBiryukov. Merges [48910] to the 5.5 branch. Fixes #51081. Built from https://develop.svn.wordpress.org/branches/5.5@48915 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Tests: Reset the `$wp_sitemap` global after each test, so that sitemaps are re-initialized when the next test runs. This ensures consistent results in query var tests, regardless of whether they are run in isolation or as part of a larger group of tests. Props pbiron, peterwilsoncc. Merges [48908] to the 5.5 branch. Fixes #51154. Built from https://develop.svn.wordpress.org/branches/5.5@48914 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
- Aug 27, 2020
-
-
Jonathan Desrosiers authored
Built from https://develop.svn.wordpress.org/branches/5.5@48902 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Built from https://develop.svn.wordpress.org/branches/5.5@48901 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Upgrade/Install: Only display the auto-update links on the Network Admin > Themes screen for themes that support the feature. Follow-up to [48669], [48688]. Props afragen, pbiron, audrasjb, desrosj, SergeyBiryukov. Merges [48899] to the 5.5 branch. Fixes #51129. Built from https://develop.svn.wordpress.org/branches/5.5@48900 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Script Loader: Disable concatenation for scripts with translations to ensure they are printed in the right order. Props herregroen, ocean90, desrosj, mikeyarce, bobbingwide, audrasjb, johnbillion. Merges [48897] to the 5.5 branch. Fixes #50999. Built from https://develop.svn.wordpress.org/branches/5.5@48898 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Bootstrap/Load: Remove the ability to alter the list of environment types in `wp_get_environment_type()`. The intention of `wp_get_environment_type()` is to provide a consistent means of identifying the environment type, not of identifying a specific environment. Actual environments should fit within one of the existing types: `local`, `development`, `staging`, or `production`. That should cover the types that plugins and themes might be concerned about when toggling functionality. Props johnbillion, joostdevalk, TimothyBlynJacobs, jeremyfelt, batmoo, claytoncollie, Clorith, markjaquith, garrett-eclipse, GaryJ, elrae. Merges [48894] and [48895] to the 5.5 branch. Fixes #50992. Built from https://develop.svn.wordpress.org/branches/5.5@48896 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Tests: Update `wp_add_inline_script()` unit tests to account for the `jquery` handle being an alias for `jquery-core` again. Follow-up to [48323], [48324], [48890]. Props davidbaumwald, audrasjb. Merges [48892] to the 5.5 branch. See #50919. Built from https://develop.svn.wordpress.org/branches/5.5@48893 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
This ensures that `wp_localize_script( 'jquery', ... )` continues to work as expected, since `WP_Scripts::localize()` rewrites the `jquery` handle to `jquery-core` internally. Follow-up to [48323]. Props mukesh27, rajeshsingh520, johnbillion, TimothyBlynJacobs, TobiasBg. Merges [48890] to the 5.5 branch. Fixes #50919. Built from https://develop.svn.wordpress.org/branches/5.5@48891 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
This adds an additional parameter to the `auto_plugin_update_send_email` and `auto_theme_update_send_email` filters to provide the additional context of which updates were attempted and their outcome. This will help plugin and theme auto-update emails to be better tailored to a site owner's liking. Props audrasjb, Paddy Landau, desrosj. Merges [48888] to the 5.5 branch. Fixes #50988. Built from https://develop.svn.wordpress.org/branches/5.5@48889 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Follow up to [48884]. Merges [48886] to the 5.5 branch. See #51151. Built from https://develop.svn.wordpress.org/branches/5.5@48887 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jorge Costa authored
The following package versions were changed: @wordpress/block-directory: 1.13.6 -> 1.13.7 @wordpress/block-editor: 4.3.6 -> 4.3.7 @wordpress/block-library: 2.22.6 -> 2.22.7 @wordpress/components: 10.0.5 -> 10.0.6 @wordpress/edit-post: 3.21.6 -> 3.21.7 @wordpress/editor: 9.20.6 -> 9.20.7 @wordpress/format-library: 1.22.6 -> 1.22.7 @wordpress/list-reusable-blocks: 1.21.5 -> 1.21.6 @wordpress/nux: 3.20.5 -> 3.20.6 @wordpress/server-side-render: 1.16.5 -> 1.16.6 Includes PR WordPress/gutenberg#24828 Props nosolosw, desrosj, SergeyBiryukov, youknowriad. Merges [48884] to the 5.5 branch. Fixes: #51151. Built from https://develop.svn.wordpress.org/branches/5.5@48885 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
In [48306] support for multi-typed schemas was improved to first detect the data type of the value before applying further validation. The `integer` data type was detected using the new `rest_is_integer` function. This function used logic, however, that assumed that the value had already passed an `is_numeric` check. This meant that if `integer` and `string` were both acceptable types, the value would always be considered an `integer` causing the later accurate type validation to fail. This commit fixes the `rest_is_integer` logic to include an `is_numeric` check. Props rtagliento, TimothyBlynJacobs. Merges [48881] to the 5.5 branch. Fixes #51146. Built from https://develop.svn.wordpress.org/branches/5.5@48883 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Taxonomy: Make sure `wp_terms_checklist()` and `Walker_Category_Checklist::start_el()` properly handle an array of strings as `selected_cats` or `popular_cats` values. Even with these values documented as an array of integers, they can technically also accept an array of strings, e.g. as form results. Add a unit test. Props brianhogg, TimothyBlynJacobs, SergeyBiryukov. Merges [48880] to the 5.5 branch. Fixes #51137. Built from https://develop.svn.wordpress.org/branches/5.5@48882 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Follow-up to [48870], [48874]. Props desrosj. Merges [48878] to the 5.5 branch. See #50933. Built from https://develop.svn.wordpress.org/branches/5.5@48879 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
`document.getElementById()` returns `null` if no matching element was found, so the previous comparison didn't work as expected. Follow-up to [47506]. Props mailnew2ster, sarahricker. Merges [48876] to the 5.5 branch. Fixes #38009. Built from https://develop.svn.wordpress.org/branches/5.5@48877 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Follow-up to [48870]. Merges [48874] to the 5.5 branch. See #50933. Built from https://develop.svn.wordpress.org/branches/5.5@48875 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Peter Wilson authored
Update `redirect_canonical()` to account for custom pagination and URL format used by sitemaps in order to follow standard practices. Introduce the function `get_sitemap_url()` to simplify getting the index and provider URLs as needed. Props jonathanstegall, pbiron, GamerZ, salvoaranzulla, peterwilsoncc. Merges [48872] to the 5.5 branch. Fixes #50910. Built from https://develop.svn.wordpress.org/branches/5.5@48873 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Jonathan Desrosiers authored
Custom site logos are most commonly displayed above the fold, so lazy-loading is unnecessary. Props demetris, khag7, johnbillion, rebasaurus, audrasjb. Merges [48870] to the 5.5 branch. Fixes #50933. Built from https://develop.svn.wordpress.org/branches/5.5@48871 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
- Aug 26, 2020
-
-
Sergey Biryukov authored
This addresses a regression in [47808], where the `home` check expected an empty string to use `siteurl` as a fallback, but `wpdb::get_var()` returns `null` if the option is empty. Props fjarrett. Merges [48868] to the 5.5 branch. Fixes #51011. Built from https://develop.svn.wordpress.org/branches/5.5@48869 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Quick/Bulk Edit: Revert [48134] to address the bottom "Bulk actions" dropdown not functioning properly on Posts and Users list tables. A better solution for the original issue will be explored in a future release. Props audrasjb, garrett-eclipse, webzunft, Krstarica, chunkysteveo, SergeyBiryukov. Merges [48866] to the 5.5 branch. Fixes #50882, #50998. See #46872. Built from https://develop.svn.wordpress.org/branches/5.5@48867 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Editor: Remove some hardcoded text color values from patterns that have body text with no specific background color. This ensures that the patterns respect the theme's default color for body text and avoids contrast issues, particularly in dark themes. Props nrqsnchz, mapk, fullofcaffeine. Merges [48864] to the 5.5 branch. Fixes #50892. Built from https://develop.svn.wordpress.org/branches/5.5@48865 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
Sergey Biryukov authored
Color schemes should only affect colors, to avoid diverging from a consistent and predictable layout, especially if core CSS rules subsequently change. Follow-up to [48277], [48286], [48345]. Props Joen, johnbillion, afercia, johnjamesjacoby. Merges [48862] to the 5.5 branch. Fixes #51127. See #50504. Built from https://develop.svn.wordpress.org/branches/5.5@48863 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
- Aug 25, 2020
-
-
Sergey Biryukov authored
Follow-up to [48726]. Props justinahinon, audrasjb, nabilmoqbel, tobifjellner, yoavf, ramiy. Merges [48859] to the 5.5 branch. Fixes #50845. Built from https://develop.svn.wordpress.org/branches/5.5@48860 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48622 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-
- Aug 24, 2020
-
-
Sergey Biryukov authored
This gives developers a better control over their existing development workflow and ensures that `local` is not the exact same as `development` if it does not need to be. Props claytoncollie, johnbillion, jeremyfelt, kreppar, dushakov, TimothyBlynJacobs, Ipstenu, khag7, knutsp, Clorith, markjaquith, joostdevalk, SergeyBiryukov. Merges [48856] to the 5.5 branch. Fixes #51064. Built from https://develop.svn.wordpress.org/branches/5.5@48857 git-svn-id: https://core.svn.wordpress.org/branches/5.5@48619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
-