Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55834, comment 6


Ignore:
Timestamp:
05/26/2022 09:35:32 PM (2 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55834, comment 6

    initial v1  
    2020
    2121Here's my working $args:
    22 
     22{{{
    2323    $atts = array(
    2424        'child_of'            => $id,
     
    4545        'use_desc_for_title'  => 1,
    4646    );
    47 
     47}}}
    4848Hope that helps.