Make WordPress Core


Ignore:
Timestamp:
12/23/2015 07:52:04 AM (9 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock code quality tweaks.

See #32246

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r36014 r36074  
    676676 *
    677677 * @see _http_build_query() Used to build the query
    678  * @see http://us2.php.net/manual/en/function.http-build-query.php for more on what
    679  *      http_build_query() does.
     678 * @link http://us2.php.net/manual/en/function.http-build-query.php for more on what
     679 *       http_build_query() does.
    680680 *
    681681 * @param array $data URL-encode key/value pairs.
Note: See TracChangeset for help on using the changeset viewer.