Make WordPress Core


Ignore:
Timestamp:
08/24/2023 08:59:36 AM (20 months ago)
Author:
audrasjb
Message:

Docs: Wrap inline @see tags in curly braces.

Props costdev, mukesh27.
Fixes #58858.
See #58833.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-walker-category-checklist.php

    r51780 r56434  
    3333     * @param string $output Used to append additional content (passed by reference).
    3434     * @param int    $depth  Depth of category. Used for tab indentation.
    35      * @param array  $args   An array of arguments. @see wp_terms_checklist()
     35     * @param array  $args   An array of arguments. See {@see wp_terms_checklist()}.
    3636     */
    3737    public function start_lvl( &$output, $depth = 0, $args = array() ) {
     
    4949     * @param string $output Used to append additional content (passed by reference).
    5050     * @param int    $depth  Depth of category. Used for tab indentation.
    51      * @param array  $args   An array of arguments. @see wp_terms_checklist()
     51     * @param array  $args   An array of arguments. See {@see wp_terms_checklist()}.
    5252     */
    5353    public function end_lvl( &$output, $depth = 0, $args = array() ) {
     
    6868     * @param WP_Term $data_object       The current term object.
    6969     * @param int     $depth             Depth of the term in reference to parents. Default 0.
    70      * @param array   $args              An array of arguments. @see wp_terms_checklist()
     70     * @param array   $args              An array of arguments. See {@see wp_terms_checklist()}.
    7171     * @param int     $current_object_id Optional. ID of the current term. Default 0.
    7272     */
     
    131131     * @param WP_Term $data_object The current term object.
    132132     * @param int     $depth       Depth of the term in reference to parents. Default 0.
    133      * @param array   $args        An array of arguments. @see wp_terms_checklist()
     133     * @param array   $args        An array of arguments. See {@see wp_terms_checklist()}.
    134134     */
    135135    public function end_el( &$output, $data_object, $depth = 0, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.