Make WordPress Core


Ignore:
Timestamp:
05/23/2016 07:00:41 PM (9 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/link-template.php

    r37499 r37543  
    3333 * Conditionally adds a trailing slash if the permalink structure has a trailing
    3434 * slash, strips the trailing slash if not. The string is passed through the
    35  * 'user_trailingslashit' filter. Will remove trailing slash from string, if
     35 * {@see 'user_trailingslashit'} filter. Will remove trailing slash from string, if
    3636 * site is not set to have them.
    3737 *
     
    36663666 * Sends a Link: rel=shortlink header if a shortlink is defined for the current page.
    36673667 *
    3668  * Attached to the wp action.
     3668 * Attached to the {@see 'wp'} action.
    36693669 *
    36703670 * @since 3.0.0
Note: See TracChangeset for help on using the changeset viewer.