Make WordPress Core

Changeset 34992


Ignore:
Timestamp:
10/09/2015 08:59:57 PM (11 years ago)
Author:
DrewAPicture
Message:

Docs: Indent an example comment tree in the DocBlock for Walker_Comment::display_element() so it can be properly parsed in Markdown for the Code Reference.

See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-walker-comment.php

    r34409 r34992  
    102102         *
    103103         * Example: max_depth = 2, with 5 levels of nested content.
    104          * 1
    105          *  1.1
    106          *    1.1.1
    107          *    1.1.1.1
    108          *    1.1.1.1.1
    109          *    1.1.2
    110          *    1.1.2.1
    111          * 2
    112          *  2.2
     104         *     1
     105         *      1.1
     106         *        1.1.1
     107         *        1.1.1.1
     108         *        1.1.1.1.1
     109         *        1.1.2
     110         *        1.1.2.1
     111         *     2
     112         *      2.2
    113113         *
    114114         * @see Walker::display_element()
Note: See TracChangeset for help on using the changeset viewer.