WP-API / docs

The content for developer.wordpress.org/rest-api
https://developer.wordpress.org/rest-api
109 stars 605 forks source link

Fix typo in `prefix_data_arg_sanitize_callback` doc on the Routes and Endpoints page #169

Open Rahmon opened 8 months ago

Rahmon commented 8 months ago

This PR fixes the tag @return since the return of the function prefix_data_arg_sanitize_callback is a string: return sanitize_text_field( $value );