Make WordPress Core


Ignore:
Timestamp:
05/22/2016 05:39:00 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Remove/replace invalid inline @link tags in DocBlocks in wp-includes/*.

Fixes #36910.

File:
1 edited

Legend:

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

    r37473 r37487  
    21052105 * Callback to convert URI match to HTML A element.
    21062106 *
    2107  * This function was backported from 2.5.0 to 2.3.2. Regex callback for {@link
    2108  * make_clickable()}.
     2107 * This function was backported from 2.5.0 to 2.3.2. Regex callback for make_clickable().
    21092108 *
    21102109 * @since 2.3.2
     
    21422141 * Callback to convert URL match to HTML A element.
    21432142 *
    2144  * This function was backported from 2.5.0 to 2.3.2. Regex callback for {@link
    2145  * make_clickable()}.
     2143 * This function was backported from 2.5.0 to 2.3.2. Regex callback for make_clickable().
    21462144 *
    21472145 * @since 2.3.2
     
    21722170 * Callback to convert email address match to HTML A element.
    21732171 *
    2174  * This function was backported from 2.5.0 to 2.3.2. Regex callback for {@link
    2175  * make_clickable()}.
     2172 * This function was backported from 2.5.0 to 2.3.2. Regex callback for make_clickable().
    21762173 *
    21772174 * @since 2.3.2
     
    23682365 * Convert one smiley code to the icon graphic file equivalent.
    23692366 *
    2370  * Callback handler for {@link convert_smilies()}.
     2367 * Callback handler for convert_smilies().
     2368 *
    23712369 * Looks up one smiley code in the $wpsmiliestrans global array and returns an
    23722370 * `<img>` string for that smiley.
Note: See TracChangeset for help on using the changeset viewer.