Make WordPress Core


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

    r36709 r37342  
    522522 * @param string   $id_base         The base ID of a widget created by extending WP_Widget.
    523523 * @param callable $update_callback Update callback method for the widget.
    524  * @param array    $options         Optional. Widget control options. See {@see wp_register_widget_control()}.
     524 * @param array    $options         Optional. Widget control options. See wp_register_widget_control().
    525525 *                                  Default empty array.
    526526 */
     
    553553 * @param string     $name          Name attribute for the widget.
    554554 * @param callable   $form_callback Form callback.
    555  * @param array      $options       Optional. Widget control options. See {@see wp_register_widget_control()}.
     555 * @param array      $options       Optional. Widget control options. See wp_register_widget_control().
    556556 *                                  Default empty array.
    557557 */
Note: See TracChangeset for help on using the changeset viewer.