Make WordPress Core


Ignore:
Timestamp:
08/11/2022 01:53:51 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Remove code tags from WordPress function names within inline documentation.

Removing these code tags means the function name will be automatically linked on the developer.wordpress.org reference, which is more useful than just seeing the function name.

See #55646

File:
1 edited

Legend:

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

    r53715 r53876  
    11451145 *
    11461146 * @param array|string $args {
    1147  *     Optional. Array or string of arguments to generate a page dropdown. See `get_pages()` for additional arguments.
     1147 *     Optional. Array or string of arguments to generate a page dropdown. See get_pages() for additional arguments.
    11481148 *
    11491149 *     @type int          $depth                 Maximum depth. Default 0.
     
    12371237 *
    12381238 * @param array|string $args {
    1239  *     Optional. Array or string of arguments to generate a list of pages. See `get_pages()` for additional arguments.
     1239 *     Optional. Array or string of arguments to generate a list of pages. See get_pages() for additional arguments.
    12401240 *
    12411241 *     @type int          $child_of     Display only the sub-pages of a single page by ID. Default 0 (all pages).
     
    13681368 *
    13691369 * @param array|string $args {
    1370  *     Optional. Array or string of arguments to generate a page menu. See `wp_list_pages()` for additional arguments.
     1370 *     Optional. Array or string of arguments to generate a page menu. See wp_list_pages() for additional arguments.
    13711371 *
    13721372 *     @type string          $sort_column  How to sort the list of pages. Accepts post column names.
Note: See TracChangeset for help on using the changeset viewer.