This repository was archived by the owner on Sep 24, 2018. It is now read-only.
Restore register_api_field() within the plugin#1748
Closed
danielbachhuber wants to merge 1 commit intodevelopfrom
Closed
Restore register_api_field() within the plugin#1748danielbachhuber wants to merge 1 commit intodevelopfrom
register_api_field() within the plugin#1748danielbachhuber wants to merge 1 commit intodevelopfrom
Conversation
It won't be included in WP 4.4 because it's conceptually tied to `WP_REST_Controller`
staylor
pushed a commit
to staylor/develop.svn.wordpress.org
that referenced
this pull request
Nov 18, 2015
…on that utilises the `$wp_rest_additional_fields` global, and doesn't belong as part of the infrastructure. See WP-API/WP-API#1748 Fixes #34730 git-svn-id: https://develop.svn.wordpress.org@35687 602fd350-edb4-49c9-b593-d223f7449a82
markjaquith
pushed a commit
to markjaquith/WordPress
that referenced
this pull request
Nov 18, 2015
…on that utilises the `$wp_rest_additional_fields` global, and doesn't belong as part of the infrastructure. See WP-API/WP-API#1748 Fixes #34730 Built from https://develop.svn.wordpress.org/trunk@35687 git-svn-id: http://core.svn.wordpress.org/trunk@35651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
svn2github
pushed a commit
to svn2github/wp-svn-2-git
that referenced
this pull request
Nov 18, 2015
…on that utilises the `$wp_rest_additional_fields` global, and doesn't belong as part of the infrastructure. See WP-API/WP-API#1748 Fixes #34730 Built from https://develop.svn.wordpress.org/trunk@35687 git-svn-id: http://core.svn.wordpress.org/trunk@35651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
Member
Author
|
Handled now in #1750 |
nylen
pushed a commit
to nylen/wordpress-develop-svn
that referenced
this pull request
Feb 16, 2017
…on that utilises the `$wp_rest_additional_fields` global, and doesn't belong as part of the infrastructure. See WP-API/WP-API#1748 Fixes #34730 git-svn-id: https://develop.svn.wordpress.org/trunk@35687 602fd350-edb4-49c9-b593-d223f7449a82
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It won't be included in WP 4.4 because it's conceptually tied to
WP_REST_ControllerSee #1321 (comment)