Make WordPress Core

Changeset 29482


Ignore:
Timestamp:
08/13/2014 06:25:04 PM (11 years ago)
Author:
ocean90
Message:

Customizer: Fix ID attribute for a panel.

props celloexpressions.
fixes #29174.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-section.php

    r29240 r29482  
    244244    protected function render() {
    245245        ?>
    246         <li id="accordion-section-<?php echo esc_attr( $this->id ); ?>" class="control-section control-panel accordion-section">
     246        <li id="accordion-panel-<?php echo esc_attr( $this->id ); ?>" class="control-section control-panel accordion-section">
    247247            <h3 class="accordion-section-title" tabindex="0">
    248248                <?php echo esc_html( $this->title ); ?>
Note: See TracChangeset for help on using the changeset viewer.