Skip to content

Commit

Permalink
small-typo-change (#61178)
Browse files Browse the repository at this point in the history
Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
Co-authored-by: alexstine <alexstine@git.wordpress.org>
  • Loading branch information
3 people committed Apr 29, 2024
1 parent ea946fd commit 649eddf
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -17,7 +17,7 @@ class Gutenberg_REST_Templates_Controller_6_6 extends Gutenberg_REST_Templates_C
/**
* Checks if a given request has access to read templates.
*
* @since 6.6
* @since 6.6.0
*
* @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.
Expand All @@ -44,7 +44,7 @@ public function get_items_permissions_check( $request ) { // phpcs:ignore Variab
/**
* Checks if a given request has access to read templates.
*
* @since 6.6
* @since 6.6.0
*
* @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.
Expand Down

0 comments on commit 649eddf

Please sign in to comment.