Ticket #25549: 25549.4.diff
File 25549.4.diff, 1003 bytes (added by , 11 years ago) |
---|
-
wp-content/themes/twentyfourteen/inc/featured-content.php
340 340 <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'] ); ?>"> 341 341 </p> 342 342 <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 ); ?>> 344 344 <label for="featured-content-hide-tag"><?php _e( 'Hide tag from displaying in post meta and tag clouds.', 'twentyfourteen' ); ?></label> 345 345 </p> 346 346 </div>