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-admin/includes/image-edit.php

    r36223 r37342  
    459459 * @since 2.9.0
    460460 *
    461  * @param WP_Image_Editor $image   {@see WP_Image_Editor} instance.
     461 * @param WP_Image_Editor $image   WP_Image_Editor instance.
    462462 * @param array           $changes Array of change operations.
    463  * @return WP_Image_Editor {@see WP_Image_Editor} instance with changes applied.
     463 * @return WP_Image_Editor WP_Image_Editor instance with changes applied.
    464464 */
    465465function image_edit_apply_changes( $image, $changes ) {
Note: See TracChangeset for help on using the changeset viewer.