Skip to content

Commit 649eddf

Browse files
shail-mehtashail-mehtaalexstine
authored
small-typo-change (#61178)
Co-authored-by: shail-mehta <[email protected]> Co-authored-by: alexstine <[email protected]>
1 parent ea946fd commit 649eddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/compat/wordpress-6.6/class-gutenberg-rest-templates-controller-6-6.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Gutenberg_REST_Templates_Controller_6_6 extends Gutenberg_REST_Templates_C
1717
/**
1818
* Checks if a given request has access to read templates.
1919
*
20-
* @since 6.6
20+
* @since 6.6.0
2121
*
2222
* @param WP_REST_Request $request Full details about the request.
2323
* @return true|WP_Error True if the request has read access, WP_Error object otherwise.
@@ -44,7 +44,7 @@ public function get_items_permissions_check( $request ) { // phpcs:ignore Variab
4444
/**
4545
* Checks if a given request has access to read templates.
4646
*
47-
* @since 6.6
47+
* @since 6.6.0
4848
*
4949
* @param WP_REST_Request $request Full details about the request.
5050
* @return true|WP_Error True if the request has read access, WP_Error object otherwise.

0 commit comments

Comments
 (0)