desrosj
f8677253e4
I18N: Combine similar strings with minor differences.
...
Merges [45298] to the 5.2 branch.
Props dimadin.
Fixes #47158 .
Built from https://develop.svn.wordpress.org/branches/5.2@45510
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-06-10 13:34:45 +00:00
Andrea Fercia
c3bc45b95d
Accessibility: Improve the Screen Options and Help buttons order.
...
- makes the buttons visual order match the DOM order
- also, restores the focus style on the "hero" primary button after [34948]
Props vrimill, mukesh27 for reporting and testing.
Merges [45503] to the 5.2 branch.
Fixes #45094 for 5.2.2.
Built from https://develop.svn.wordpress.org/branches/5.2@45509
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-06-10 13:33:52 +00:00
Peter Wilson
426d43abb7
Site health: Introduce view_site_health_checks
capability.
...
Introduces the faux primitive capability `view_site_health_checks` available to single site admins and multisite super-admin to view the site health page within the admin.
The capability is mapped to the `install_plugins` capability without being dependent on the file system being writable. This fixes a bug where the feature couldn't be used by sites unable to write to the file system or managed through version control.
The capability is granted on the `user_has_cap` filter.
Props birgire, Clorith, palmiak, peterwilsoncc, spacedmonkey.
Merges [45507] to the 5.2 branch.
Fixes #46957 for 5.2.2.
Built from https://develop.svn.wordpress.org/branches/5.2@45508
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45319 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-06-10 07:50:53 +00:00
youknowriad
3b810cf2a3
Block Editor: Update packages to the ones slated for WP5.2.2
...
- Fix the template validation notice
- Fix for focus jumps when typing in meta attributes
Packages updated:
- @wordpress/block-editor@2.0.3
- @wordpress/block-library@2.4.6
- @wordpress/e2e-tests@1.1.6
- @wordpress/edit-post@3.3.6
- @wordpress/editor@9.2.6
- @wordpress/format-library@1.4.6
Props aduth, desrosj.
Merges [45481] to the 5.2 branch.
Fixes #47429 .
Built from https://develop.svn.wordpress.org/branches/5.2@45482
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45293 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-30 15:48:56 +00:00
desrosj
51fa88c742
Post WordPress 5.2.1 version bump. The 5.2 branch is now 5.2.2-alpha.
...
Built from https://develop.svn.wordpress.org/branches/5.2@45374
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-21 19:36:59 +00:00
desrosj
4e82993677
WordPress 5.2.1.
...
Built from https://develop.svn.wordpress.org/branches/5.2@45372
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-21 18:18:53 +00:00
desrosj
5db435f564
Post WordPress 5.2.1-RC2 version bump.
...
Built from https://develop.svn.wordpress.org/branches/5.2@45370
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-20 18:02:53 +00:00
desrosj
f1239a817e
WordPress 5.2.1-RC2.
...
Built from https://develop.svn.wordpress.org/branches/5.2@45369
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-20 17:43:53 +00:00
desrosj
67a2425575
Feeds: Ensure a feed’s <lastBuildDate>
has the correct date.
...
The maximum modified time for a is currently being determined after an arbitrary date format is applied. Because the string sort in `max()` is being used to return the highest (most recent) modified value, the incorrect date is sometimes returned. This was introduced in [45247].
Merges [45367] to the 5.2 branch.
Reviewed by desrosj, SergeyBiryukov.
Props onlanka, Rarst, mukesh27.
Fixes #47304 .
Built from https://develop.svn.wordpress.org/branches/5.2@45368
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-20 14:47:54 +00:00
Sergey Biryukov
da22a1cc85
Upgrade/Install: As a follow-up to [45357], when linking to Update PHP support page in error messages, check if wp_get_update_php_url()
and wp_get_update_php_annotation()
exist.
...
`wp-admin/includes/update-core.php` runs in the context of the previous WordPress version. Any calls to newly introduced functions there need to be checked via `function_exists()`.
Reviewed by desrosj, earnjam, SergeyBiryukov.
Props dd32, imath.
Merges [45365] to the 5.2 branch.
Fixes #47323 .
Built from https://develop.svn.wordpress.org/branches/5.2@45366
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-20 14:32:02 +00:00
desrosj
b3425b83cd
Help/About: Replace minor release strings with pre-existing ones.
...
Also, update the number of bugs fixed in 5.2.1 to include those being fixed after RC1.
Reviewed by desrosj, SergeyBiryukov.
Props ocean90, SergeyBiryukov, mukesh27.
Fixes #47312 .
Built from https://develop.svn.wordpress.org/branches/5.2@45364
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-20 14:22:02 +00:00
desrosj
d1ff0af1e7
Post WordPress 5.2.1-RC1 version bump.
...
Built from https://develop.svn.wordpress.org/branches/5.2@45361
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 19:43:53 +00:00
desrosj
8b6279d42c
WordPress 5.2.1-RC1.
...
Built from https://develop.svn.wordpress.org/branches/5.2@45360
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 19:09:02 +00:00
desrosj
d7266b423d
Help/About: Update the about page for 5.2.1.
...
32 bugs were squashed in 5.2.1.
Props earnjam, ianbelanger, chanthaboune.
Fixes #47294 .
Built from https://develop.svn.wordpress.org/branches/5.2@45359
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 18:51:52 +00:00
Sergey Biryukov
1c574a4d6b
Upgrade/Install: Improve error messages displayed when WordPress update fails due to an incompatible PHP version by linking to the Update PHP support page.
...
Additionally, fix a regression in [44451] where the error message in `wp-admin/upgrade.php` was prepared, but never displayed.
Props afragen, netweb, hareesh-pillai, SergeyBiryukov.
Merges [45357] to the 5.2 branch.
Fixes #46937 .
Built from https://develop.svn.wordpress.org/branches/5.2@45358
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 18:16:54 +00:00
desrosj
0e0e8daf1d
Upgrade/Install: Don't run signature verify on slow 32-bit systems.
...
The `sodium_compat` library can be very slow for certain operations on 32-bit architectures, which can lead to web server timeouts while attempting to verify an update. This adds a runtime speed check to skip signature verification on systems that would otherwise time out. Includes simple unit tests.
Merges [45345] to the 5.2 branch.
Props dd32, paragoninitiativeenterprises, tellyworth.
Fixes #47186 .
Built from https://develop.svn.wordpress.org/branches/5.2@45356
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 17:49:54 +00:00
desrosj
10effe89b5
Upgrade/Install: Update sodium_compat
to v1.10.0.
...
This adds a `runtime_speed_test()` method for estimating if the 32-bit implementation is fast enough for expensive computations.
Merges [45344] to the 5.2 branch.
Props paragoninitiativeenterprises, tellyworth.
See #47186 .
Built from https://develop.svn.wordpress.org/branches/5.2@45355
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 17:20:53 +00:00
desrosj
4ce6eb57b6
jQuery: bring jquery.js
back into the WordPress SVN repo and backport the patch from 3.4.0.
...
Merges [45342] to the 5.2 branch.
Props MikeNGarrett, peterwilsoncc, azaozz.
Fixes #47020 .
Built from https://develop.svn.wordpress.org/branches/5.2@45354
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 17:08:53 +00:00
Sergey Biryukov
2e6afd6f81
Media: Fix deletion of files on Windows.
...
`wp_delete_file_from_directory()` should always normalize file paths before comparing.
Props tonybogdanov, SergeyBiryukov.
Merges [45352] to the 5.2 branch.
Fixes #47185 .
Built from https://develop.svn.wordpress.org/branches/5.2@45353
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 13:31:53 +00:00
Sergey Biryukov
a582a30bf4
Build/Test Tools: Use a non-zero exit code in wp_check_php_mysql_versions()
when minimum PHP or MySQL requirements are not met.
...
This allows automated scripts and test suites to interpret the result correctly.
Props jrf, spacedmonkey.
Merges [45350] to the 5.2 branch.
Fixes #47169 .
Built from https://develop.svn.wordpress.org/branches/5.2@45351
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 12:38:53 +00:00
Sergey Biryukov
50cec5733c
Formatting: Adjust wp_targeted_link_rel()
to ensure JSON format is preserved and correct quotes are used when adding the missing rel
attribute.
...
Props birgire, TobiasBg, fierevere, audrasjb, SergeyBiryukov.
Merges [45348] to the 5.2 branch.
Fixes #46316 , #47244 .
Built from https://develop.svn.wordpress.org/branches/5.2@45349
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45160 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 12:13:03 +00:00
Sergey Biryukov
f47af3f8d6
Site Health: In PHP modules test description, move the space before the screen reader text out from the translatable string.
...
Props ocean90, tobifjellner.
Merges [45346] to the 5.2 branch.
Fixes #47161 .
Built from https://develop.svn.wordpress.org/branches/5.2@45347
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45158 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 11:56:52 +00:00
Andrew Ozz
6ba2cde3a3
Update TinyMCE to 4.9.4. Changelog: https://github.com/tinymce/tinymce/blob/4.x/changelog.txt .
...
Props parkcityj, azaozz.
Merges [45316] to the 5.2 branch.
Fixes #47229 #47205 .
Built from https://develop.svn.wordpress.org/branches/5.2@45343
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 04:49:54 +00:00
Sergey Biryukov
7b594da461
Accessibility: In back-compat code added for get_search_form()
in [44956], when checking the (previously boolean) $args
value, account for non-strict comparison.
...
Props dkarfa, sachyya-sachet.
Merges [45340] to the 5.2 branch.
Fixes #47177 . See #42057 .
Built from https://develop.svn.wordpress.org/branches/5.2@45341
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 02:24:55 +00:00
Sergey Biryukov
3715885b2b
Help/About: Restore placeholder for WordPress version in tagline on About, Credits, and Freedoms pages to include minor versions.
...
Props desrosj, mukesh27.
Merges [45338] to the 5.2 branch.
Fixes #46408 .
Built from https://develop.svn.wordpress.org/branches/5.2@45339
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 01:09:52 +00:00
Sergey Biryukov
12a29911fb
Site Health: Use correct singular string for plugin and theme version tests.
...
Props edocev, Presskopp.
Merges [45336] to the 5.2 branch.
Fixes #47264 .
Built from https://develop.svn.wordpress.org/branches/5.2@45337
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 01:01:53 +00:00
Sergey Biryukov
84256959b7
I18N: Avoid using placeholders for link start and end tags in alt text description strings added in [45158].
...
Use an established pattern of moving additional link attributes out of the translatable string.
Props dimadin.
Merges [45334] to the 5.2 branch.
Fixes #47159 .
Built from https://develop.svn.wordpress.org/branches/5.2@45335
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 00:56:54 +00:00
desrosj
9bb8bd243e
Accessibility: Improve the "skip links" position for medium and small screens.
...
Merges [45301] to the 5.2 branch.
Props afercia.
Fixes #47065 .
Built from https://develop.svn.wordpress.org/branches/5.2@45333
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 00:42:54 +00:00
Sergey Biryukov
608c219a7d
Site Health: In PHP modules test, ensure the description is translated as a whole sentence, not as separate string parts.
...
Props dimadin, SergeyBiryukov.
Merges [45331] to the 5.2 branch.
Fixes #47161 .
Built from https://develop.svn.wordpress.org/branches/5.2@45332
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-17 00:09:54 +00:00
Sergey Biryukov
4319986977
Site Health: Update mergeinfo for [45329].
...
See #47297 .
Built from https://develop.svn.wordpress.org/branches/5.2@45330
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-16 22:30:54 +00:00
Sergey Biryukov
056dae6ac5
Site Health: In HTTP requests test, when checking whether the WP_HTTP_BLOCK_EXTERNAL
constant is defined, check its value as well.
...
Props chesio.
Merges [45328] to the 5.2 branch.
Fixes #47297 .
Built from https://develop.svn.wordpress.org/branches/5.2@45329
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-16 22:24:53 +00:00
desrosj
a32c70deb9
Privacy: Prevent email field for personal data requests from overflowing.
...
Merges [45326] to the 5.2 branch.
Props anischarolia, ianbelanger, afercia.
Fixes #46961 .
Built from https://develop.svn.wordpress.org/branches/5.2@45327
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-16 20:47:55 +00:00
desrosj
36bf915264
Menus: Fix alignment of menu actions on mobile.
...
In [41197], changes were made to improve the responsive view for the Menu Name field and Save buttons. This caused the Delete Menu button to be misaligned.
Merges [45324] to the 5.2 branch.
Props ianbelanger, audrasjb, afercia, mukesh27.
Fixes #47173 .
Built from https://develop.svn.wordpress.org/branches/5.2@45325
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-16 19:08:53 +00:00
desrosj
3386574b51
Site Health: Improve alignment and spacing for section headers.
...
This changes the CSS for Site Health headers to use flexbox, which helps ensure the text is vertically aligned center and consistently spaced in both the Status and Info tabs. It also fixes an issue where the loading spinner GIF was cut off on smaller screens (originally reported in #47203 .
Merges [45322] to the 5.2 branch.
Props Presskopp, odminstudios, kjellr, afercia, desrosj, hedgefield, ianbelanger, xavortm.
Fixes #47063 .
Built from https://develop.svn.wordpress.org/branches/5.2@45323
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45134 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-16 18:33:01 +00:00
aduth
6400dfff00
Block Editor: Upgrade WordPress packages to the latest versions.
...
Updated packages:
- @wordpress/annotations@1.2.3
- @wordpress/block-editor@2.0.2
- @wordpress/block-library@2.4.5
- @wordpress/blocks@6.2.5
- @wordpress/components@7.3.2
- @wordpress/dom@2.2.5
- @wordpress/e2e-tests@1.1.5
- @wordpress/edit-post@3.3.5
- @wordpress/editor@9.2.5
- @wordpress/format-library@1.4.5
- @wordpress/list-reusable-blocks@1.3.5
- @wordpress/nux@3.2.5
- @wordpress/rich-text@3.2.3
Props: youknowriad, gwwar, iseulde, tfrommen, gziolo.
Merges [45319] to the 5.2 branch.
Fixes #47284 .
Built from https://develop.svn.wordpress.org/branches/5.2@45320
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-16 18:12:57 +00:00
desrosj
64f5990104
Accessibility: Add aria-current to the links in the <nav> elements introduced in [44905].
...
Also fixes a few translators comments and coding standards.
Merges [45300] to the 5.2 branch.
Props audrasjb, afercia.
Fixes #47106 .
Built from https://develop.svn.wordpress.org/branches/5.2@45318
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45129 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-16 16:35:04 +00:00
desrosj
08844a2c42
Bootstrap/Load: Prevent PHP errors when a drop-in triggers fatal error protection.
...
When a drop-in (such as `advanced-cache.php`) contains a PHP error, additional PHP errors are caused when displaying the error protection screen because `load_default_textdomain()` and `WP_Error` are not yet available.
Though recovery mode is not supported for `mu-plugins` and drop-ins, fatal error protection is. This change ensures the error screen is displayed when a fatal error is encountered within a drop-in and not a white screen.
Merges [45311] to the 5.2 branch.
Props TimothyBlynJacobs, spacedmonkey, daxelrod.
Fixes #47265 .
Built from https://develop.svn.wordpress.org/branches/5.2@45315
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-15 19:54:53 +00:00
desrosj
5bb4b73062
Site Health: Improve vertical alignment of icons in test result descriptions.
...
This change removes redundant CSS properties for different health check statuses in favor of utilizing the `.dashicons` class already in Core to define them more consistently. This also fixes the vertical alignment issues.
Merges [45309] to the 5.2 branch.
Props chetan200891, Clorith, desrosj.
Fixes #46940 .
Built from https://develop.svn.wordpress.org/branches/5.2@45314
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-15 19:52:54 +00:00
desrosj
6d0e5ee9d0
Site Health: Link to the correct plugin update screen in multisite installs.
...
Merges [45308] to the 5.2 branch.
Props Clorith, sebastienserre, jeremyfelt, desrosj.
Fixes #47189 .
Built from https://develop.svn.wordpress.org/branches/5.2@45313
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-15 19:49:52 +00:00
desrosj
7d01e72e43
Administration: Remove duplicate font-face declaration in Dashicons CSS.
...
This was causing console warnings in some browsers.
Merges [45310] to the 5.2 branch.
Props aduth, joen, afercia, timph, ianbelanger.
Fixes #47183 .
Built from https://develop.svn.wordpress.org/branches/5.2@45312
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-15 19:47:55 +00:00
Dion Hulse
179aa5ca3d
Bump Akismet external to 4.1.2.
...
See #WP47269.
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-15 04:28:41 +00:00
desrosj
d8620b86c7
Administration: Prevent cards on the Tools page from overflowing on small screens.
...
Merges [45296] to the 5.2 branch.
Props anischarolia, mukesh27.
Fixes #46972 .
Built from https://develop.svn.wordpress.org/branches/5.2@45303
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-10 14:45:56 +00:00
desrosj
43aa419c4b
Post WordPress 5.2 version bump.
...
Built from https://develop.svn.wordpress.org/branches/5.2@45295
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-07 21:20:53 +00:00
desrosj
a97d03e4d0
Help/About: Move 5.2 tagline to Freedoms and Credits.
...
Reviewed by ocean90, SergeyBiryukov.
Props ocean90.
Fixes #46901 .
Built from https://develop.svn.wordpress.org/branches/5.2@45293
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-07 20:01:53 +00:00
desrosj
03171ca85f
WordPress 5.2.
...
Built from https://develop.svn.wordpress.org/branches/5.2@45291
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-07 19:39:54 +00:00
laurelfulford
0cea1e1e76
Default Themes: Bump the version numbers and release dates.
...
Update the theme versions and release dates for the default themes, in time for WordPress 5.2.
The POT files for Twenty Eleven and Twenty Ten have also been updated.
Reviewed by desrosj, jorbin.
Merges [45289] to the 5.2 branch.
Fixes #47172 .
Built from https://develop.svn.wordpress.org/branches/5.2@45290
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-07 19:06:55 +00:00
desrosj
32fce28909
Help/About: Final 5.2 about page updates.
...
Use final image URLs and fix a bug in IE11 where images were being cut off.
Reviewed by afercia, desrosj.
Merges [45287] to the 5.2 branch.
Props afercia, SergeyBiryukov, ianbelanger, desrosj, audrasjb.
Fixes #46901 .
Built from https://develop.svn.wordpress.org/branches/5.2@45288
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-07 17:22:56 +00:00
Andrew Ozz
dd6391bb09
Fix setup_postdata()
to set the (inside the loop) globals before the_post
action is fired. Follow-up from #42814 and [44941].
...
Props david.binda, spacedmonkey, boonebgorges, birgire, jorbin, azaozz.
Merges [45285] from trunk.
Fixes #47114 for 5.2.
Built from https://develop.svn.wordpress.org/branches/5.2@45286
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45095 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-04 21:08:18 +00:00
Aaron Jorbin
762573a32e
Branch 5.2.
...
Built from https://develop.svn.wordpress.org/branches/5.2@45281
git-svn-id: http://core.svn.wordpress.org/branches/5.2@45090 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-02 16:21:28 +00:00
desrosj
a1f4b046d7
Post WordPress 5.2 RC2 version bump.
...
Built from https://develop.svn.wordpress.org/trunk@45280
git-svn-id: http://core.svn.wordpress.org/trunk@45089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-05-02 16:13:54 +00:00