Make WordPress Core


Ignore:
Timestamp:
05/23/2016 07:00:41 PM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files.

Applying these specially-crafted @see tags allows the Code Reference parser to recognize and link these elements as actions and filters.

See #36921.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/embed.php

    r37513 r37543  
    5151 * The default height is 1.5 times the width, or 1000px, whichever is smaller.
    5252 *
    53  * The 'embed_defaults' filter can be used to adjust either of these values.
     53 * The {@see 'embed_defaults'} filter can be used to adjust either of these values.
    5454 *
    5555 * @since 2.9.0
Note: See TracChangeset for help on using the changeset viewer.