Make WordPress Core

Ticket #25549: 25549.4.diff

File 25549.4.diff, 1003 bytes (added by kovshenin, 11 years ago)
  • wp-content/themes/twentyfourteen/inc/featured-content.php

     
    340340                                <input class="small-text" type="number" step="1" min="1" max="<?php echo esc_attr( self::$max_posts ); ?>" id="featured-content-quantity" name="featured-content[quantity]" value="<?php echo esc_attr( $settings['quantity'] ); ?>">
    341341                        </p>
    342342                        <p>
    343                                 <input type="checkbox" id="featured-content-hide-tag" name="featured-content[hide-tag]" <?php checked( $settings['hide-tag'], 1 ); ?>">
     343                                <input type="checkbox" id="featured-content-hide-tag" name="featured-content[hide-tag]" <?php checked( $settings['hide-tag'], 1 ); ?>>
    344344                                <label for="featured-content-hide-tag"><?php _e( 'Hide tag from displaying in post meta and tag clouds.', 'twentyfourteen' ); ?></label>
    345345                        </p>
    346346                </div>