mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Remove an empty line between @param and @return tags, per the documentation standards.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48102 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -161,7 +161,6 @@ class WP_REST_Users_Controller extends WP_REST_Controller {
|
||||
* @param int|bool $value The value passed to the reassign parameter.
|
||||
* @param WP_REST_Request $request Full details about the request.
|
||||
* @param string $param The parameter that is being sanitized.
|
||||
*
|
||||
* @return int|bool|WP_Error
|
||||
*/
|
||||
public function check_reassign( $value, $request, $param ) {
|
||||
|
||||
Reference in New Issue
Block a user