Make WordPress Core

Ticket #32820: class-wp-customize-control.php.patch

File class-wp-customize-control.php.patch, 530 bytes (added by pbearne, 9 years ago)

Patch to add "menu options" title

  • src/wp-includes/class-wp-customize-control.php

     
    14781478                </ul>
    14791479                <?php endif; ?>
    14801480                <p>
     1481                        <span class="customize-control-title"><?php _e( 'Menu Options' ); ?></span>
    14811482                        <label>
    14821483                                <input type="checkbox" class="auto_add">
    14831484                                <?php _e( 'Automatically add new top-level pages to this menu.' ) ?>