Docs: Correct parameter variable name in WP_REST_Icons_Controller.
Follow-up to [61674]. Props Soean, apermo. See #64224. Built from https://develop.svn.wordpress.org/trunk@61739 git-svn-id: http://core.svn.wordpress.org/trunk@61045 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -72,7 +72,7 @@ class WP_REST_Icons_Controller extends WP_REST_Controller {
|
||||
/**
|
||||
* Checks whether a given request has permission to read icons.
|
||||
*
|
||||
* @param WP_REST_Request $_request Full details about the request.
|
||||
* @param WP_REST_Request $request Full details about the request.
|
||||
* @return true|WP_Error True if the request has read access, WP_Error object otherwise.
|
||||
*/
|
||||
public function get_items_permissions_check(
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '7.0-beta1-61738';
|
||||
$wp_version = '7.0-beta1-61739';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user