Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve docblock for coding standards
  • Loading branch information
hellofromtonya committed Sep 20, 2022
commit adb4dcaf43bf5699ac435bf89cab020dfcb8d263
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,11 @@ public function register_routes() {
}

/**
* Returns the fallback template for a given slug.
* Returns the fallback template for the given slug.
*
* @since 6.1.0
*
* @param WP_REST_Request $request The request instance.
*
* @return WP_REST_Response|WP_Error
*/
public function get_template_fallback( $request ) {
Expand Down