desrosj
2b186198ca
Build/Test Tools: Fix Travis configuration error.
...
Follow up to [49500].
See #51705 .
Built from https://develop.svn.wordpress.org/branches/5.5@49501
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-11-04 15:57:04 +00:00
desrosj
21df5a2520
Build/Test Tools: Remove the E2E test job from the 5.5 branch.
...
The E2E test job does not currently perform any meaningful tests, so continuing to run them is not necessary for older branches.
Props johnbillion.
See #51705 .
Built from https://develop.svn.wordpress.org/branches/5.5@49500
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-11-04 15:54:06 +00:00
desrosj
433f7ec7a1
Build/Test Tools: Remove jobs that are allowed to fail for the 5.5 branch.
...
Because PHP 8 support will not be backported to the 5.5 branch, the test job in the Travis matrix will never pass, making it unnecessary to continue running.
See #51705 .
Built from https://develop.svn.wordpress.org/branches/5.5@49497
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-11-04 15:02:07 +00:00
Sergey Biryukov
18b7e09efb
Post WordPress 5.5.3 version bump. The 5.5 branch is now 5.5.4 alpha.
...
Built from https://develop.svn.wordpress.org/branches/5.5@49468
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-30 21:17:06 +00:00
Sergey Biryukov
3448d022f8
WordPress 5.5.3.
...
Props audrasjb.
Fixes #51684 .
Built from https://develop.svn.wordpress.org/branches/5.5@49458
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-30 19:32:05 +00:00
whyisjake
fd75e76255
Upgrade/Install: During the install process, add additional checking for exising tables.
...
This commit brings the changes in [49452] to the 5.5 branch.
If reinstalling WordPress, there is a condition where tables would exist in the database. Ensures that when that is the case, the install process can carry along without issue.
Fixes #51676 .
Props xknown, garubi, mukesh27, desrosj, johnbillion, metalandcoffee, davidbaumwald, whyisjake.
Built from https://develop.svn.wordpress.org/branches/5.5@49453
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49212 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-30 17:56:08 +00:00
Sergey Biryukov
1efd16777a
Post WordPress 5.5.2 version bump. The 5.5 branch is now 5.5.3 alpha.
...
Built from https://develop.svn.wordpress.org/branches/5.5@49449
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 20:56:08 +00:00
desrosj
f9e0a7396c
WordPress 5.5.2.
...
Props audrasjb.
Fixes #51649 .
Built from https://develop.svn.wordpress.org/branches/5.5@49447
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 20:02:05 +00:00
noisysocks
67a606b0f4
Editor: Update packages
...
@wordpress/block-directory: 1.13.8 -> 1.13.9
@wordpress/block-editor: 4.3.8 -> 4.3.9
@wordpress/block-library: 2.22.8 -> 2.22.9
@wordpress/edit-post: 3.21.8 -> 3.21.9
@wordpress/edit-site: 1.11.8 -> 1.11.9
@wordpress/editor: 9.20.8 -> 9.20.9
@wordpress/format-library: 1.22.8 -> 1.22.9
See #51659 .
Built from https://develop.svn.wordpress.org/branches/5.5@49446
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 20:00:29 +00:00
whyisjake
13bdf36937
XML-RPC: Improve error messages for unprivileged users.
...
Add specific permission checks to avoid ambiguous failure messages.
This brings the changes in [49380] to the 5.5 branch.
Props zieladam, peterwilsoncc, xknown, whyisjake.
Built from https://develop.svn.wordpress.org/branches/5.5@49389
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 18:28:08 +00:00
whyisjake
d80104976c
Coding Standards: Use a strict comparison operator when comparing values.
...
Props batmoo, mukesh27.
Built from https://develop.svn.wordpress.org/branches/5.5@49381
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 17:46:06 +00:00
whyisjake
f2b1d503c0
Themes: Ensure that only privileged users can set a background image when a theme is using the deprecated custom background page.
...
Props xknown, zieladam, peterwilsoncc, whyisjake
Built from https://develop.svn.wordpress.org/branches/5.5@49379
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 17:35:04 +00:00
whyisjake
270c69eacd
Meta: Sanitize meta key before checking protection status.
...
Props zieladam, peterwilsoncc, xknown, whyisjake.
Built from https://develop.svn.wordpress.org/branches/5.5@49378
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 17:33:05 +00:00
whyisjake
951e583bb4
Upgrade/install: Improve logic check when determining installation status.
...
Improve handling of ambiguous return values to determine if a blog is installed.
Props zieladam, xknown.
Built from https://develop.svn.wordpress.org/branches/5.5@49377
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 17:26:03 +00:00
whyisjake
107e7856e6
XML-RPC: Return error message if attachment ID is incorrect.
...
Throw an error for incorrect attachment IDs when requesting a media object to ensure return signature is correct and doesn't include incorrectly typed values within the object.
Props zieladam, peterwilsoncc, whyisjake.
See #49905 .
Built from https://develop.svn.wordpress.org/branches/5.5@49376
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 17:00:03 +00:00
whyisjake
a428042e49
Coding standards: Modify escaping functions to avoid potential false positives.
...
Props xknown, zieladam, peterwilsoncc.Y
Built from https://develop.svn.wordpress.org/branches/5.5@49375
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49134 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 16:58:05 +00:00
whyisjake
8518cbeea9
Embeds: Disable embeds on deactivated Multisite sites.
...
Props xknown, whyisjake, zieladam, peterwilsoncc.
Built from https://develop.svn.wordpress.org/branches/5.5@49374
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 16:54:05 +00:00
whyisjake
180e707b2e
External Libraries: Disable deserialization in Requests_Utility_FilteredIterator
...
Props xknown, peterwilsoncc, desrosj, dd32, whyisjake.
Built from https://develop.svn.wordpress.org/branches/5.5@49373
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49132 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 16:38:08 +00:00
noisysocks
55e14b6d32
Editor: Update packages
...
@wordpress/block-directory: 1.13.7 -> 1.13.8
@wordpress/block-editor: 4.3.7 -> 4.3.8
@wordpress/block-library: 2.22.7 -> 2.22.8
@wordpress/blocks: 6.20.3 -> 6.20.4
@wordpress/components: 10.0.6 -> 10.0.7
@wordpress/core-data: 2.20.3 -> 2.20.4
@wordpress/edit-post: 3.21.7 -> 3.21.8
@wordpress/editor: 9.20.7 -> 9.20.8
@wordpress/format-library: 1.22.7 -> 1.22.8
@wordpress/icons: 2.4.0 -> 2.4.1
@wordpress/list-reusable-blocks: 1.21.6 -> 1.21.7
@wordpress/nux: 3.20.6 -> 3.20.7
@wordpress/plugins: 2.20.3 -> 2.20.4
@wordpress/server-side-render: 1.16.6 -> 1.16.7
Props talldanwp.
See #51659 , #51053 , #50949 .
Built from https://develop.svn.wordpress.org/branches/5.5@49372
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-29 06:13:33 +00:00
desrosj
9e31b4e809
Build/Test Tools: Allow the desired version of PHPUnit to be passed to the local Docker environment.
...
This introduces the `LOCAL_PHPUNIT` environment variable, which allows the desired version of PHPUnit to be specified when running the PHP tests within the local Docker environment.
Because support for newer versions of PHPUnit is not backported, some versions of PHP need the ability to run multiple versions of PHPUnit for different branches. This adds the flexibility needed to use the Docker environment within those older branches to run the PHP tests.
Props johnbillion, SergeyBiryukov.
Merges [49362] to the 5.5 branch.
See #50042 .
Built from https://develop.svn.wordpress.org/branches/5.5@49363
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-28 23:34:21 +00:00
whyisjake
fa2673ce4b
Embeds: Remove Facebook and Instagram as an oEmbed Source
...
Facebook has depracated all non-authenticated endpoints for Facebook and Instagram.
This commit brings the changes from [49359] to the 5.5 branch.
See: https://developers.facebook.com/docs/plugins/oembed-legacy
See also: https://make.wordpress.org/core/2020/09/22/facebook-and-instagram-embeds-to-be-deprecated-october-24th/
With this change, endpoints are being removed. If a site is dependent on this feature, they need to pass either an app or client token. There are a few plugins that add this functionality.
Fixes #50861 .
Props johnbillion, joyously, mkaz, dimadin, ayeshrajans, davisshaver, paaljoachim, Clorith, bridgetwillard, jb510, sippis, Clorith, TimothyBlynJacobs, desrosj, smub, audrasjb, whyisjake.
Built from https://develop.svn.wordpress.org/branches/5.5@49361
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-28 21:23:06 +00:00
Sergey Biryukov
321e099745
General: Ensure that filtered arguments in get_search_form()
contain all required default values.
...
Props kellybleck, davidbaumwald, whyisjake, SergeyBiryukov.
Merges [49355] to the 5.5 branch.
Fixes #51645 .
Built from https://develop.svn.wordpress.org/branches/5.5@49356
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-28 17:09:06 +00:00
desrosj
ecd6a4c549
Build/Test Tools: Specify a type when using wp config set
.
...
This prevents an error if constants are not predefined when running the Docker install script while using older combinations of WordPress/PHP/WP-CLI.
Backports [49335] to the 5.5 branch.
See #48301 .
Built from https://develop.svn.wordpress.org/branches/5.5@49340
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49101 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-27 19:03:06 +00:00
desrosj
3bdec70780
Build/Test Tools: Set the local development environment to a local environment type by default.
...
Props igorradovanov, TimothyBlynJacobs, johnbillion.
Merges [49121] to the 5.5 branch.
See #50903 .
Built from https://develop.svn.wordpress.org/branches/5.5@49339
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-27 19:01:03 +00:00
Sergey Biryukov
8f1ac79d9f
Posts, Post Types: Check if taxonomy is set for the tax_input
parameter of wp_insert_post()
.
...
This avoids a PHP notice when creating a post with multiple taxonomies both having a default term.
Props yakimun, szaqal21, hareesh-pillai, audrasjb.
Merges [49328] to the 5.5 branch.
Fixes #51320 .
Built from https://develop.svn.wordpress.org/branches/5.5@49332
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-27 17:56:05 +00:00
Sergey Biryukov
f062c1a2cc
Build Tools: Update mergeinfo for [49313].
...
See #51624 .
Built from https://develop.svn.wordpress.org/branches/5.5@49315
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-26 22:58:06 +00:00
Sergey Biryukov
bb32328f5e
Build Tools: Fix running installing Composer dependencies using Composer 2.0.
...
This updates the `dealerdirect/phpcodesniffer-composer-installer` package to allow installing version `0.7.0` which supports Composer 2.0.
Props itowhid06, jrf.
Merges [49306] to the 5.5 branch.
See #51624 .
Built from https://develop.svn.wordpress.org/branches/5.5@49313
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-26 22:47:06 +00:00
Sergey Biryukov
1d0dc9f672
Tests: Declare UTF-8 encoding for QUnit test suite.
...
This was done for trunk in [49101] as part of other changes, and is now backported to the 5.5 branch.
Follow-up to [49275].
Props iandunn, SergeyBiryukov.
Fixes #51130 .
Built from https://develop.svn.wordpress.org/branches/5.5@49307
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-25 01:31:05 +00:00
Dion Hulse
82ed257403
Bump Akismet external to 4.1.7.
...
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49044 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-23 04:42:44 +00:00
tellyworth
542c3d4bb1
Community Events: Display dates and times in the user's time zone.
...
Fixes #51130
Merges [49145], [49146], [49147], [49152], and [49201] to the 5.5 branch.
Props sippis, hlashbrooke, audrasjb, Rarst, iandunn
Built from https://develop.svn.wordpress.org/branches/5.5@49275
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-22 04:05:05 +00:00
Peter Wilson
59ca490c66
XML-RPC: Fix length validation of anonymous commenter's email address.
...
Fix the first step of validating an anonymous commenters in which the length is checked prior to running regular expressions.
Follow up to [47808].
Merges [49271] to the 5.5 branch.
Fixes #51595 .
Built from https://develop.svn.wordpress.org/branches/5.5@49273
git-svn-id: http://core.svn.wordpress.org/branches/5.5@49035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-22 02:47:07 +00:00
Sergey Biryukov
f7533ee854
Comments: Hide the link to the initial parent comment in the reply heading when replying to another comment.
...
This ensures that the reply heading is updated correctly on single post URLs with the `?replytocom` query argument.
Follow-up to [47506], [48876], [48904].
Props mailnew2ster, wpamitkumar, audrasjb, desrosj, SergeyBiryukov.
Merges [49187] to the 5.5 branch.
Fixes #51175 .
Built from https://develop.svn.wordpress.org/branches/5.5@49191
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-18 17:11:06 +00:00
Sergey Biryukov
5188ab0ce7
Upgrade/Install: Check if plugin or theme update results are available before applying the notification filters.
...
This avoids a PHP notice for an undefined index of either `plugin` or `theme` in the `auto_{plugin|theme}_update_send_email` filter hook.
Props afragen, audrasjb.
Merges [49166] to the 5.5 branch.
Fixes #51400 .
Built from https://develop.svn.wordpress.org/branches/5.5@49167
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-15 23:31:07 +00:00
Sergey Biryukov
f2b876135c
Bootstrap/Load: Revert [49161] from the 5.5 branch.
...
See #50913 .
Built from https://develop.svn.wordpress.org/branches/5.5@49164
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-15 21:19:05 +00:00
Aaron Jorbin
4c768414d6
Bootstrap/Load: Don't assume WP_CONTENT_DIR is defined
...
When the mysql extention isn't loaded and a custom db dropin is not in place, we give folks a nice error. However, we can't assume that the WP_CONTENT_DIR constant is set yet since this runs before we define default constants.
This fixes a PHP8 error.
See: #50913 .
Built from https://develop.svn.wordpress.org/branches/5.5@49161
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48923 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-10-15 17:07:06 +00:00
Sergey Biryukov
2434d8188d
Comments: Check if a valid comment ID was passed when editing a comment.
...
This avoids a PHP notice after submitting the Edit Comment form.
Follow-up to [48050].
Props regan.khadgi.
Merges [48958] to the 5.5 branch.
Fixes #51263 .
Built from https://develop.svn.wordpress.org/branches/5.5@48959
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-09-08 22:46:07 +00:00
Sergey Biryukov
a4b9563038
Media: In wp_ajax_image_editor()
, check if the error
property exists before accessing it.
...
This avoids a PHP notice when editing an image.
Follow-up to [48375].
Props Mista-Flo.
Merges [48946] to the 5.5 branch.
Fixes #51251 .
Built from https://develop.svn.wordpress.org/branches/5.5@48956
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48718 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-09-07 13:07:03 +00:00
Sergey Biryukov
ff206bc029
Administration: Give the $error
variable in wp-admin/admin-header.php
a more descriptive name.
...
This avoids a conflict with the same global variable used elsewhere, e.g. in Theme Editor.
Follow-up to [48850].
Props vinayak.anivase.
Merges [48938] to the 5.5 branch.
Fixes #51219 .
Built from https://develop.svn.wordpress.org/branches/5.5@48955
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-09-07 13:05:10 +00:00
desrosj
0fb385f897
Post WordPress 5.5.1 version bump. The 5.5 branch is now 5.5.2 alpha.
...
Built from https://develop.svn.wordpress.org/branches/5.5@48936
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-09-01 19:22:05 +00:00
desrosj
e56d08be94
WordPress 5.5.1.
...
Built from https://develop.svn.wordpress.org/branches/5.5@48934
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-09-01 18:52:03 +00:00
Sergey Biryukov
bb254465ec
Help/About: Update the About page for 5.5.1.
...
Props audrasjb, desrosj, SergeyBiryukov.
Fixes #51202 .
Built from https://develop.svn.wordpress.org/branches/5.5@48933
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-09-01 17:44:03 +00:00
Sergey Biryukov
0cf22af9bc
Help/About: Fix typo and remove trailing spaces from some strings.
...
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: http://core.svn.wordpress.org/branches/5.5@48694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-09-01 17:24:08 +00:00
desrosj
e803596246
Post WordPress 5.5.1 RC2 version bump.
...
Built from https://develop.svn.wordpress.org/branches/5.5@48928
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48690 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-08-31 23:47:04 +00:00
desrosj
f06114fff2
WordPress 5.5.1 RC2.
...
Built from https://develop.svn.wordpress.org/branches/5.5@48927
git-svn-id: http://core.svn.wordpress.org/branches/5.5@48689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-08-31 23:29:04 +00:00
desrosj
26e1ea0fe0
Tests: Move the tests for get_the_modified_time()
to a more appropriate place.
...
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: http://core.svn.wordpress.org/branches/5.5@48688 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-08-31 22:51:06 +00:00
desrosj
fdad915022
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: http://core.svn.wordpress.org/branches/5.5@48687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-08-31 22:44:13 +00:00
desrosj
649a2dbd38
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: http://core.svn.wordpress.org/branches/5.5@48684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-08-31 19:00:08 +00:00
desrosj
bb9c99c489
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: http://core.svn.wordpress.org/branches/5.5@48683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-08-31 18:58:03 +00:00
desrosj
8fd734ae42
Tests: Bring some consistency to Date/Time tests:
...
- 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: http://core.svn.wordpress.org/branches/5.5@48682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-08-31 18:55:04 +00:00
desrosj
22ceef8ed5
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: http://core.svn.wordpress.org/branches/5.5@48681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-08-31 18:31:09 +00:00