Make WordPress Core


Ignore:
Timestamp:
05/02/2016 03:59:56 AM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Remove inline @see tags from function, class, and method references in inline docs.

Known functions, classes, and methods are now auto-linked in Code Reference pages following #meta1483.

Note: Hook references are still linked via inline @see tags due to the unlikelihood of reliably matching for known hooks based on a RegEx pattern.

See #32246.

File:
1 edited

Legend:

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

    r36749 r37342  
    111111     *     @type string       $user-agent          User-agent value sent.
    112112     *                                             Default WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ).
    113      *     @type bool         $reject_unsafe_urls  Whether to pass URLs through {@see wp_http_validate_url()}.
     113     *     @type bool         $reject_unsafe_urls  Whether to pass URLs through wp_http_validate_url().
    114114     *                                             Default false.
    115115     *     @type bool         $blocking            Whether the calling code requires the result of the request.
Note: See TracChangeset for help on using the changeset viewer.