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/post-template.php

    r37249 r37487  
    5757 * Sanitize the current title when retrieving or displaying.
    5858 *
    59  * Works like {@link the_title()}, except the parameters can be in a string or
     59 * Works like the_title(), except the parameters can be in a string or
    6060 * an array. See the function for what can be override in the $args parameter.
    6161 *
    62  * The title before it is displayed will have the tags stripped and {@link
    63  * esc_attr()} before it is passed to the user or displayed. The default
    64  * as with {@link the_title()}, is to display the title.
     62 * The title before it is displayed will have the tags stripped and esc_attr()
     63 * before it is passed to the user or displayed. The default as with the_title(),
     64 * is to display the title.
    6565 *
    6666 * @since 2.3.0
     
    12101210
    12111211/**
    1212  * Display or retrieve list of pages with optional home link.
    1213  *
    1214  * The arguments are listed below and part of the arguments are for {@link
    1215  * wp_list_pages()} function. Check that function for more info on those
    1216  * arguments.
     1212 * Displays or retrieves a list of pages with an optional home link.
     1213 *
     1214 * The arguments are listed below and part of the arguments are for wp_list_pages()} function.
     1215 * Check that function for more info on those arguments.
    12171216 *
    12181217 * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.