You appear to be a bot. Output may be restricted
Description
Usage
Custom_Panel_Test::content_template();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/customize/panel.php
Lines:
1 to 11 of 11
protected function content_template() { ?> <li class="panel-meta accordion-section control-section<# if ( ! data.description ) { #> cannot-expand<# } #>"> <# if ( data.description ) { #> <div class="accordion-section-content description"> {{{ data.description }}} </div> <# } #> </li> <?php }