Make WordPress Core


Ignore:
Timestamp:
05/23/2016 07:01:40 PM (8 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.

Fixes #36921.

File:
1 edited

Legend:

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

    r37518 r37544  
    109109     * This function generates a token and stores it with the associated
    110110     * expiration time (and potentially other session information via the
    111      * `attach_session_information` filter).
     111     * {@see 'attach_session_information'} filter).
    112112     *
    113113     * @since 4.0.0
Note: See TracChangeset for help on using the changeset viewer.