Sergey Biryukov
ec5782bed5
Docs: Fix typo in `in_category()` description.
...
Props Kenshino, mbootsman.
Fixes #38363 .
Built from https://develop.svn.wordpress.org/trunk@38828
git-svn-id: http://core.svn.wordpress.org/trunk@38771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 13:46:44 +00:00
Pascal Birchler
e4d7dd2b8a
Upgrade/Install: Refresh update counts after page load.
...
By enqueuing the updates script in the footer and passing the number of available updates to it after page load, the update bubbles will be more accurate.
Props ocean90, swissspidy.
Fixes #13071 .
Built from https://develop.svn.wordpress.org/trunk@38827
git-svn-id: http://core.svn.wordpress.org/trunk@38770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 10:27:29 +00:00
Pascal Birchler
deda5d9796
Resource Hints: Allow passing custom attributes to resource hints.
...
[37920] introduced resource hints that allow browsers to prefetch specific pages or render them in the background. With this change, the `as`, `crossorigin`, `pr`, and `type` attributes can be passed in addition to the URLs/hosts.
Props peterwilsoncc, swissspidy.
Fixes #38121 .
Built from https://develop.svn.wordpress.org/trunk@38826
git-svn-id: http://core.svn.wordpress.org/trunk@38769 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 09:29:30 +00:00
Pascal Birchler
39433ad092
Dashboard: Do not show 'Popular Plugin' UI if `DISALLOW_FILE_MODS` is set.
...
Props Mte90.
Fixes #37436 .
Built from https://develop.svn.wordpress.org/trunk@38825
git-svn-id: http://core.svn.wordpress.org/trunk@38768 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 08:44:30 +00:00
Jeremy Felt
64886517b9
Multisite: Replace `get_blog_details()` with `get_site()` in network admin screens.
...
Props iamfriendly.
See #37102 .
Fixes #38349 .
Built from https://develop.svn.wordpress.org/trunk@38824
git-svn-id: http://core.svn.wordpress.org/trunk@38767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 06:08:28 +00:00
Jeremy Felt
f2ad579440
Multisite: Replace `get_blog_details()` in `wp-admin/my-sites.php` with `get_site()`.
...
Props spacedmonkey, iamfriendly.
See #37102 .
Fixes #38348 .
Built from https://develop.svn.wordpress.org/trunk@38823
git-svn-id: http://core.svn.wordpress.org/trunk@38766 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 06:02:29 +00:00
Jeremy Felt
325c7411fc
Multisite: Replace `get_blog_details()` in `/wp-admin/ms-delete-site.php` with `get_site()`.
...
Props spacedmonkey, iamfriendly.
See #37102 .
Fixes #38347 .
Built from https://develop.svn.wordpress.org/trunk@38822
git-svn-id: http://core.svn.wordpress.org/trunk@38765 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 05:54:29 +00:00
Jeremy Felt
7eece8b106
Multisite: Replace `get_blog_details()` usage in `wpmu_delete_blog()` with `get_site()`.
...
Props spacedmonkey, iamfriendly.
See #37102 .
Fixes #38346 .
Built from https://develop.svn.wordpress.org/trunk@38821
git-svn-id: http://core.svn.wordpress.org/trunk@38764 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 05:50:28 +00:00
Jeremy Felt
be6e98426b
Multisite: Replace `get_blog_details()` in `WP_Importer::set_blog()` with `get_site()`.
...
Props spacedmonkey, iamfriendly.
See #37102 .
Fixes #38345 .
Built from https://develop.svn.wordpress.org/trunk@38820
git-svn-id: http://core.svn.wordpress.org/trunk@38763 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 05:45:31 +00:00
Jeremy Felt
4d44eeadd6
Multisite: Use correct types in `get_sites()` during network upgrade.
...
`spam`, `deleted`, and `archived` query args should be integers, not strings.
Props ocean90.
See #37823 .
Built from https://develop.svn.wordpress.org/trunk@38819
git-svn-id: http://core.svn.wordpress.org/trunk@38762 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 05:11:28 +00:00
Jeremy Felt
432d90050b
Multisite: Add `$network_id` parameter to hooks in `delete_network_option()`.
...
Props flixos90.
Fixes #38322 .
Built from https://develop.svn.wordpress.org/trunk@38818
git-svn-id: http://core.svn.wordpress.org/trunk@38761 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 05:02:29 +00:00
Jeremy Felt
eb382b29ae
Multisite: Add `$network_id` parameter to hooks in `update_network_option()`.
...
Props flixos90.
Fixes #38321 .
Built from https://develop.svn.wordpress.org/trunk@38817
git-svn-id: http://core.svn.wordpress.org/trunk@38760 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 05:00:29 +00:00
Jeremy Felt
213a0a2477
Multisite: Add $network_id parameter to hooks in `add_network_option()`.
...
Props flixos90.
Fixes #38320 .
Built from https://develop.svn.wordpress.org/trunk@38816
git-svn-id: http://core.svn.wordpress.org/trunk@38759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 04:56:28 +00:00
Jeremy Felt
df6675d1ec
Multisite: Add `$network_id` parameter to filters in `get_network_option()`.
...
Props flixos90.
Fixes #38319 .
Built from https://develop.svn.wordpress.org/trunk@38815
git-svn-id: http://core.svn.wordpress.org/trunk@38758 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 04:54:29 +00:00
Jeremy Felt
1560fbcbc5
Multisite: Use `get_network()` and `get_current_network_id()` for current network data.
...
`get_network()` falls back to the current network when called without any arguments. Between this and `get_current_network_id()`, we can replace almost all instances of the global `$current_site` and all instances of `get_current_site()`.
This effectively deprecates `get_current_site()`, something that we'll do in a future ticket.
Props flixos90.
Fixes #37414 .
Built from https://develop.svn.wordpress.org/trunk@38814
git-svn-id: http://core.svn.wordpress.org/trunk@38757 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 04:47:30 +00:00
Weston Ruter
1c3b96537f
Customize: Introduce a new experience for discovering, installing, and previewing themes within the customizer.
...
Unify the theme-browsing and theme-customization experiences by introducing a comprehensive theme browser and installer directly accessible in the customizer. Replaces the customizer theme switcher with a full-screen panel for discovering/browsing and installing themes available on WordPress.org. Themes can now be installed and previewed directly in the customizer without entering the wp-admin context.
For details, see https://make.wordpress.org/core/2016/10/03/feature-proposal-a-new-experience-for-discovering-installing-and-previewing-themes-in-the-customizer/
Fixes #37661 , #34843 .
Props celloexpressions, folletto, westonruter, karmatosed, afercia.
Built from https://develop.svn.wordpress.org/trunk@38813
git-svn-id: http://core.svn.wordpress.org/trunk@38756 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 03:20:29 +00:00
Joe McGill
8ed022b568
Media: Remove `alt` fallbacks to improve accessibility.
...
This removes the fallbacks in `wp_get_attachment_image()` and in
`wp.media.string.props` which attempt to generate an `alt` value
from the image caption or title if an `alt` attribute isn't explicitly
set.
This allows for image HTML to be generated that contains an empty `alt`
value, i.e., `alt=""` which is much preferable for screen readers than
reading redundant content in the case of a caption, or when reading the
image title, which is often generated from the filename and not helpful
as `alt` text.
Props odie2, joedolson, rianrietveld, afercia, iamjolly, joemcgill.
Fixes #34635 .
Built from https://develop.svn.wordpress.org/trunk@38812
git-svn-id: http://core.svn.wordpress.org/trunk@38755 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 03:06:28 +00:00
Weston Ruter
e8bd9645df
Customize: Split out link `click.preview` and form `submit.preview` event handlers from anonymous functions into named methods on `wp.customize.Preview` for extensibility.
...
See #30937 .
Built from https://develop.svn.wordpress.org/trunk@38811
git-svn-id: http://core.svn.wordpress.org/trunk@38754 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-19 02:06:30 +00:00
Weston Ruter
f1ba1918c9
Customize: Implement customized state persistence with changesets.
...
Includes infrastructure developed in the Customize Snapshots feature plugin.
See https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/
Props westonruter, valendesigns, utkarshpatel, stubgo, lgedeon, ocean90, ryankienstra, mihai2u, dlh, aaroncampbell, jonathanbardo, jorbin.
See #28721 .
See #31089 .
Fixes #30937 .
Fixes #31517 .
Fixes #30028 .
Fixes #23225 .
Fixes #34142 .
Fixes #36485 .
Built from https://develop.svn.wordpress.org/trunk@38810
git-svn-id: http://core.svn.wordpress.org/trunk@38753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-18 20:05:31 +00:00
Gary Pendergast
f6d85de626
Charset: Allow `_canonical_charset()` to handle mixed-case strings.
...
Add improved unit tests, and collect existing unit tests together.
Props pbearne.
Fixes #38337 .
Built from https://develop.svn.wordpress.org/trunk@38809
git-svn-id: http://core.svn.wordpress.org/trunk@38752 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-17 23:54:30 +00:00
Andrew Ozz
f76fa00288
TinyMCE wplink:
...
- Remove the calls to getBookmark() and moveToBookmark() in IE. This is handled automatically when blurring and focusing the editor.
- When inserting a link, move it out of the caret position element. If not, it may be removed with that element on clean-up before save.
Fixes #38335 .
Built from https://develop.svn.wordpress.org/trunk@38808
git-svn-id: http://core.svn.wordpress.org/trunk@38751 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-17 20:01:31 +00:00
Weston Ruter
11cb0c06a7
Customize: Skip triggering initial click on pages section for available nav menu items if already open.
...
Fixes race condition if user opens Pages section before the ajax request to load items finishes.
Props ryankienstra, celloexpressions.
Fixes #36984 .
Built from https://develop.svn.wordpress.org/trunk@38807
git-svn-id: http://core.svn.wordpress.org/trunk@38750 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-17 16:23:28 +00:00
Aaron Jorbin
969e4255a9
REST API: Include `Vary: Origin` in cors headers
...
`vary: origin` is a W3 CORS implementation recommendation( https://www.w3.org/TR/cors/#resource-implementation ). It's used by default in frameworks such as hapi and Laravel-cors. Overall, it helps sites siting behind a cache such as varnish.
Fixes #38060 .
Props procodewp, pdufour for research.
Built from https://develop.svn.wordpress.org/trunk@38806
git-svn-id: http://core.svn.wordpress.org/trunk@38749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-17 16:11:30 +00:00
Pascal Birchler
1e54943b0f
Docs: Improve documentation for `install_plugin_install_status()`.
...
Props clarionwpdeveloper, sudar.
Fixes #36912 .
Built from https://develop.svn.wordpress.org/trunk@38805
git-svn-id: http://core.svn.wordpress.org/trunk@38748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-17 08:30:29 +00:00
Pascal Birchler
ffdef38f5b
Date/Time: Remove some legacy logic in `date_i18n()`.
...
Since there's no difference between using `date()` and `gmdate()` in WordPress, we can simply use the former in `date_i18n()` to reduce its complexity.
Adds tests.
Props jdgrimes for initial patch.
Fixes #37910 .
Built from https://develop.svn.wordpress.org/trunk@38804
git-svn-id: http://core.svn.wordpress.org/trunk@38747 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-17 08:10:30 +00:00
Andrew Ozz
4996d05355
TinyMCE:
...
- When editing pages, add body class with the page template, or `page-template-default`.
- Change the page template class when the users select another template, similarly to changing the post type class for posts.
Props webmandesign.
Fixes #37599 .
Built from https://develop.svn.wordpress.org/trunk@38803
git-svn-id: http://core.svn.wordpress.org/trunk@38746 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-17 01:10:28 +00:00
John Blackbourn
374a079746
Role/Capability: Disregard the order of capabilities when testing that single site and multisite capability tests match.
...
See #38191
Built from https://develop.svn.wordpress.org/trunk@38802
git-svn-id: http://core.svn.wordpress.org/trunk@38745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-16 23:36:28 +00:00
Andrew Ozz
c388eeca8d
TinyMCE: restore the monospace font in textareas in the TinyMCE UI. Make it same as in the Text editor.
...
Fixes #38125 .
Built from https://develop.svn.wordpress.org/trunk@38801
git-svn-id: http://core.svn.wordpress.org/trunk@38744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-16 22:51:28 +00:00
Andrea Fercia
7be7d396f1
Editor: Add a role `button` to the Tags meta box tag cloud links.
...
For better accessibility, the tag cloud links in the Tags meta box should be
reported to assistive technologies as buttons. They don't navigate to a new
resource, instead they perform an action.
Fixes #38318 .
Built from https://develop.svn.wordpress.org/trunk@38800
git-svn-id: http://core.svn.wordpress.org/trunk@38743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-16 20:09:28 +00:00
Andrea Fercia
8aef143d80
Menus: Fix the posts-categories quick search.
...
On the Menus screen, events that trigger the posts-categories search need to be
delegated. This "boxes" may get dynamically rebuilt so events directly attached
to the search input field need to be delegated.
Fixes #38324 .
Built from https://develop.svn.wordpress.org/trunk@38799
git-svn-id: http://core.svn.wordpress.org/trunk@38742 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-16 20:03:29 +00:00
Sergey Biryukov
4a95bfa4c2
Docs: In `get_pages()` and `wp_list_pages()`, note that `post_status` argument can also be an array.
...
Adjust the alignment of default argument values for better readability.
Props birgire, desrosj.
Fixes #38136 .
Built from https://develop.svn.wordpress.org/trunk@38798
git-svn-id: http://core.svn.wordpress.org/trunk@38741 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-16 01:10:31 +00:00
Andrew Ozz
d91da52588
Accessible Tags autocomplete:
...
- Replace suggest.js with UI Autocomplete.
- Use the same settings like in the editor link toolbar.
- Abstract it and add in a new file, tags-suggest.js. Then make it a dependency for the Tags postbox(es) and Quick and Bulk Edit.
- Add `data-wp-taxonomy` on all input elements to improve handling in the UI for custom taxonomies.
Props afercia, azaozz.
See #33902 .
Built from https://develop.svn.wordpress.org/trunk@38797
git-svn-id: http://core.svn.wordpress.org/trunk@38740 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-14 22:40:28 +00:00
Andrew Ozz
e2e22580db
TinyMCE:
...
- Prevent applying Indent and Outdent while an image with a caption is selected. It doesn't do anything and breaks the caption elements.
- Keep all of the text when a caption `<dl>` was somehow changed.
Fixes #38313 .
Built from https://develop.svn.wordpress.org/trunk@38796
git-svn-id: http://core.svn.wordpress.org/trunk@38739 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-14 21:38:28 +00:00
Andrea Fercia
da4da31af1
Administration: Better consistency for the Media, Add Plugins, and Add Themes toolbars.
...
Fixes the Add Themes toolbar padding. Standardizes the placeholders to no title
case and three trailing dots. Expands the Media search placeholder in
"Search media items..." for consistency with the Plugins and Themes toolbars.
Props mikeviele, jamesacero, mattking5000, koenschipper, dungengronovius.
Fixes #38010 .
Built from https://develop.svn.wordpress.org/trunk@38795
git-svn-id: http://core.svn.wordpress.org/trunk@38738 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-14 21:33:28 +00:00
Weston Ruter
07b97c1d57
Customize: Move Pages below Custom Links in available nav menu items panel.
...
Props ryankienstra, celloexpressions.
See #36984 .
Built from https://develop.svn.wordpress.org/trunk@38794
git-svn-id: http://core.svn.wordpress.org/trunk@38737 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-14 21:21:28 +00:00
Andrew Ozz
2f45415c73
Media modal: make it possible to reorder images by dragging on devices with both touch screen and mouse support.
...
Props adamsilverstein.
Fixes #31652 .
Built from https://develop.svn.wordpress.org/trunk@38793
git-svn-id: http://core.svn.wordpress.org/trunk@38736 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-14 20:29:28 +00:00
Boone Gorges
9783a3df6b
Query: Allow the hyphen-prefix-for-search-exclusion feature to be disabled by filter.
...
WordPress 4.4 introduced "hyphen exclusion" for search terms, so that
"foo -bar" would return posts containing "foo" AND not containing "bar".
The new filter 'wp_query_use_hyphen_for_exclusion' allows developers
to disable this feature when it's known that their content will contain
semantically important leading hyphens.
Props chriseverson, choongsavvii.
Fixes #38099 .
Built from https://develop.svn.wordpress.org/trunk@38792
git-svn-id: http://core.svn.wordpress.org/trunk@38735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-14 20:06:28 +00:00
Rachel Baker
8cbb988196
Pings/Trackbacks: Add new `pre_trackback_post` action before a trackback is added to a post.
...
Props dshanske, rachelbaker.
Fixes #37007 .
Built from https://develop.svn.wordpress.org/trunk@38791
git-svn-id: http://core.svn.wordpress.org/trunk@38734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-14 19:39:28 +00:00
Rachel Baker
a6f0fb6d2a
REST API: Support sites with index-style permalinks in `get_rest_url()`.
...
Support the index-style permalinks (http://example.com/index.php/postName ) when registering the REST API rewrite rules and within the `get_rest_url()` function. This allows sites that do not have mod_rewrite support to have almost pretty urls and have access to their REST API endpoints.
Props kraftbj.
Fixes #38182 .
Built from https://develop.svn.wordpress.org/trunk@38790
git-svn-id: http://core.svn.wordpress.org/trunk@38733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-14 19:30:29 +00:00
John Blackbourn
afff60c378
Themes: Improve the inline documentation for the `get_*_template()` functions by providing examples instead of verbose explanations.
...
Fixes #38249
See #37770
Built from https://develop.svn.wordpress.org/trunk@38789
git-svn-id: http://core.svn.wordpress.org/trunk@38732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-14 14:20:29 +00:00
Pascal Birchler
a60ac4684b
Themes: Do not show an update button if there's no update package.
...
This updates the list view to match the existing behaviour in the single theme modal.
Props tristangemus for initial patch.
Fixes #37774 .
Built from https://develop.svn.wordpress.org/trunk@38788
git-svn-id: http://core.svn.wordpress.org/trunk@38731 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-14 13:33:29 +00:00
John Blackbourn
dec7dd74ea
Users: Use the role name instead of the role display name when fetching the list of users with no role. This avoids false positives when dealing with user roles that, for example, contain spaces in the display name.
...
Props procodewp, choongsavvii
Fixes #38234
Built from https://develop.svn.wordpress.org/trunk@38787
git-svn-id: http://core.svn.wordpress.org/trunk@38730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-14 12:05:30 +00:00
Jeremy Felt
295e48baa9
Multisite: Maintain switched state in site icon/logo functions.
...
Adjusts `get_custom_logo()`, `get_site_icon_url()`, and `has_custom_logo()` so that when called in a switched state, the original switched stack is not adjusted.
Props achbed, flixos90.
Fixes #38253 .
Built from https://develop.svn.wordpress.org/trunk@38786
git-svn-id: http://core.svn.wordpress.org/trunk@38729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-13 22:28:28 +00:00
Gary Pendergast
456f8015b7
KSES: Deprecate `wp_kses_js_entities()`.
...
This function was originally introduced to fix an XSS attack in Netscape 4, which never affected any other browsers, or later versions of Netscape.
I'm willing to go out on a limb, and say that we've officially dropped security support for Netscape 4.
Props dmsnell, desrosj.
Fixes #33848 .
Built from https://develop.svn.wordpress.org/trunk@38785
git-svn-id: http://core.svn.wordpress.org/trunk@38728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-13 22:25:31 +00:00
Boone Gorges
acd764a1d3
Taxonomy: Cache results of term count queries.
...
Fixes #38295 .
Built from https://develop.svn.wordpress.org/trunk@38784
git-svn-id: http://core.svn.wordpress.org/trunk@38727 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-12 15:30:31 +00:00
Boone Gorges
9935b60e72
Comments: When checking comments, returned error object should include HTTP status code.
...
The status code in the `WP_Error` `data` array is needed to send
headers in wp-comments-post.php, and was erroneously not included in
[38778].
Props needle, websupporter.
Fixes #36901 .
Built from https://develop.svn.wordpress.org/trunk@38783
git-svn-id: http://core.svn.wordpress.org/trunk@38726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-12 13:50:30 +00:00
Andrew Ozz
5f5c85c510
TinyMCE: prevent iOS Safari from expanding the iframe width beyond the container width.
...
Fixes #38289 .
Built from https://develop.svn.wordpress.org/trunk@38782
git-svn-id: http://core.svn.wordpress.org/trunk@38725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-12 03:36:30 +00:00
Jeremy Felt
a9290f631b
Multisite: Clarify that `get_site_by_path()` does not return exact matches.
...
Props stevenlinx.
Fixes #38152 .
Built from https://develop.svn.wordpress.org/trunk@38781
git-svn-id: http://core.svn.wordpress.org/trunk@38724 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-12 01:10:29 +00:00
Andrew Ozz
61c95f84f6
TinyMCE: update the `charmap` plugin to the latest dev. version. Fixes problems with inserting white space characters.
...
Fixes #37936 .
Built from https://develop.svn.wordpress.org/trunk@38780
git-svn-id: http://core.svn.wordpress.org/trunk@38723 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-11 23:56:31 +00:00
Boone Gorges
220c0589da
Taxonomy: Specify taxonomy when populating cached object terms.
...
[38776] introduced a call to `get_term()` using only the term ID. This
causes problems in cases where shared terms have not been split. Since
we have the taxonomy available, there's no harm in passing it along to
`get_term()`.
Props dd32.
See #37291 .
Built from https://develop.svn.wordpress.org/trunk@38779
git-svn-id: http://core.svn.wordpress.org/trunk@38722 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2016-10-11 04:06:28 +00:00