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-admin/includes/class-wp-list-table.php

    r35818 r37342  
    126126     *     @type bool   $ajax     Whether the list table supports AJAX. This includes loading
    127127     *                            and sorting data, for example. If true, the class will call
    128      *                            the {@see _js_vars()} method in the footer to provide variables
     128     *                            the _js_vars() method in the footer to provide variables
    129129     *                            to any scripts handling AJAX events. Default false.
    130130     *     @type string $screen   String containing the hook name used to determine the current
Note: See TracChangeset for help on using the changeset viewer.