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/rest-api/class-wp-rest-request.php

    r37014 r37342  
    2121 * For instance, in a request with `GET id=1` and `POST id=2`, `$request['id']` will equal
    2222 * 2 (`POST`) not 1 (`GET`). For more precision between request methods, use
    23  * {@see WP_REST_Request::get_body_params()}, {@see WP_REST_Request::get_url_params()},
    24  * etc.
     23 * WP_REST_Request::get_body_params(), WP_REST_Request::get_url_params(), etc.
    2524 *
    2625 * @since 4.4.0
Note: See TracChangeset for help on using the changeset viewer.