Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Conditionally define functions likely to be committed to core #2024

Merged
merged 1 commit into from Jan 14, 2016

Conversation

danielbachhuber
Copy link
Member

Functions likely to be committed to core include:

  • create_initial_rest_routes()
  • rest_authorization_required_code()
  • register_rest_field()
  • rest_register_scripts()
  • rest_get_avatar_urls()
  • rest_get_avatar_sizes()

Functions not likely to be committed to core include:

  • register_api_field() - deprecated
  • rest_get_avatar_url() - deprecated
  • rest_mysql_to_rfc3339() - deprecated
  • _add_extra_api_taxonomy_arguments() - not applicable to core
  • _add_extra_api_post_type_arguments() - not applicable to core

See #2021

These include:
* `create_initial_rest_routes()`
* `rest_authorization_required_code()`
* `register_rest_field()`
* `rest_register_scripts()`
* `rest_get_avatar_urls()`
* `rest_get_avatar_sizes()`

Functions not likely to be committed to core include:
* `register_api_field()` - deprecated
* `rest_get_avatar_url()` - deprecated
* `rest_mysql_to_rfc3339()` - deprecated
* `_add_extra_api_taxonomy_arguments()` - not applicable to core
* `_add_extra_api_post_type_arguments()` - not applicable to core
@danielbachhuber danielbachhuber added this to the 2.0 Beta 11 milestone Jan 14, 2016
@danielbachhuber
Copy link
Member Author

@WP-API/amigos #reviewmerge

rmccue added a commit that referenced this pull request Jan 14, 2016
Conditionally define functions likely to be committed to core
@rmccue rmccue merged commit de1a583 into develop Jan 14, 2016
@rmccue rmccue deleted the 2021-conditional-function-def branch January 14, 2016 01:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants