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

    r37431 r37487  
    28512851
    28522852/**
    2853  * Retrieve the contents of the search WordPress query variable.
    2854  *
    2855  * The search query string is passed through {@link esc_attr()}
    2856  * to ensure that it is safe for placing in an html attribute.
     2853 * Retrieves the contents of the search WordPress query variable.
     2854 *
     2855 * The search query string is passed through esc_attr() to ensure that it is safe
     2856 * for placing in an html attribute.
    28572857 *
    28582858 * @since 2.3.0
     
    28782878
    28792879/**
    2880  * Display the contents of the search query variable.
    2881  *
    2882  * The search query string is passed through {@link esc_attr()}
    2883  * to ensure that it is safe for placing in an html attribute.
     2880 * Displays the contents of the search query variable.
     2881 *
     2882 * The search query string is passed through esc_attr() to ensure that it is safe
     2883 * for placing in an html attribute.
    28842884 *
    28852885 * @since 2.1.0
     
    29872987 *
    29882988 * It is possible to add query vars to the link by using the 'add_args' argument
    2989  * and see {@link add_query_arg()} for more information.
     2989 * and see add_query_arg() for more information.
    29902990 *
    29912991 * The 'before_page_number' and 'after_page_number' arguments allow users to
Note: See TracChangeset for help on using the changeset viewer.