Docs: Consistently include an empty line between @since tag and @see, @link, or @global, per the documentation standards.

See #49572.
Built from https://develop.svn.wordpress.org/trunk@48067


git-svn-id: http://core.svn.wordpress.org/trunk@47834 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-06-16 21:07:14 +00:00
parent 8fdb0728be
commit de59ad23a4
43 changed files with 114 additions and 28 deletions

View File

@@ -18,6 +18,7 @@ class WP_Ajax_Response {
* Constructor - Passes args to WP_Ajax_Response::add().
*
* @since 2.1.0
*
* @see WP_Ajax_Response::add()
*
* @param string|array $args Optional. Will be passed to add() method.