Make WordPress Core

Ticket #25783: 25783.2.diff

File 25783.2.diff, 761 bytes (added by raamdev, 11 years ago)

Removes unused $dfw_title_css variable from apply_filters()

  • class-wp-editor.php

    diff --git a/class-wp-editor.php b/class-wp-editor.php
    index dda9f0b..c445d6c 100644
    a b final class _WP_Editors { 
    749749        <div id="wp-fullscreen-wrap" style="width:<?php echo $dfw_width; ?>px;">
    750750                <?php if ( post_type_supports($post->post_type, 'title') ) { ?>
    751751                <label id="wp-fullscreen-title-prompt-text" for="wp-fullscreen-title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label>
    752                 <input type="text" id="wp-fullscreen-title" value="" autocomplete="off" />
     752                <input type="text" id="wp-fullscreen-title" value="" autocomplete="off" style="<?php echo apply_filters( 'dfw_title_css', '' );  ?>" />
    753753                <?php } ?>
    754754
    755755                <div id="wp-fullscreen-container">