Make WordPress Core

Ticket #34233: customize.diff

File customize.diff, 506 bytes (added by scofennell@…, 9 years ago)

Patch to add an apply_filters() for the customizer body class

  • customize.php

     
    107107 * @since 3.4.0
    108108 */
    109109do_action( 'customize_controls_print_scripts' );
     110
     111$body_class = apply_filters( 'customizer_body_classes', $body_class );
     112
    110113?>
    111114</head>
     115
    112116<body class="<?php echo esc_attr( $body_class ); ?>">
    113117<div class="wp-full-overlay expanded">
    114118        <form id="customize-controls" class="wrap wp-full-overlay-sidebar">