Make WordPress Core


Ignore:
Timestamp:
05/02/2016 03:59:56 AM (9 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/link-template.php

    r37259 r37342  
    29582958 *
    29592959 * Returns the 'home' option with the appropriate protocol, 'https' if
    2960  * {@see is_ssl()} and 'http' otherwise. If `$scheme` is 'http' or 'https',
     2960 * is_ssl() and 'http' otherwise. If `$scheme` is 'http' or 'https',
    29612961 * `is_ssl()` is overridden.
    29622962 *
     
    29762976 *
    29772977 * Returns the 'home' option with the appropriate protocol, 'https' if
    2978  * {@see is_ssl()} and 'http' otherwise. If `$scheme` is 'http' or 'https',
    2979  * `is_ssl()` is
    2980  * overridden.
     2978 * is_ssl() and 'http' otherwise. If `$scheme` is 'http' or 'https',
     2979 * `is_ssl()` is overridden.
    29812980 *
    29822981 * @since 3.0.0
     
    30523051 *
    30533052 * Returns the 'site_url' option with the appropriate protocol, 'https' if
    3054  * {@see is_ssl()} and 'http' otherwise. If `$scheme` is 'http' or 'https',
     3053 * is_ssl() and 'http' otherwise. If `$scheme` is 'http' or 'https',
    30553054 * `is_ssl()` is overridden.
    30563055 *
     
    35783577 * A plugin must hook in to provide the actual shortlinks. Default shortlink support is
    35793578 * limited to providing ?p= style links for posts. Plugins can short-circuit this function
    3580  * via the {@see 'pre_get_shortlink'} filter or filter the output via the {@see 'get_shortlink'} filter.
     3579 * via the {@see 'pre_get_shortlink'} filter or filter the output via the {@see 'get_shortlink'}
     3580 * filter.
    35813581 *
    35823582 * @since 3.0.0.
Note: See TracChangeset for help on using the changeset viewer.