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

Correct methods in WP_REST_SERVER::EDITABLE description #1601

Merged
merged 3 commits into from Sep 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/infrastructure/class-wp-rest-server.php
Expand Up @@ -74,7 +74,7 @@ class WP_REST_Server {
const CREATABLE = 'POST';

/**
* Alias for GET, PUT, PATCH transport methods together.
* Alias for POST, PUT, PATCH transport methods together.
*
* @since 4.4.0
* @var string
Expand Down