Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-discussion.php

    r9954 r10150  
    1818<div class="wrap">
    1919<?php screen_icon(); ?>
    20 <h2><?php echo wp_specialchars( $title ); ?></h2> 
     20<h2><?php echo wp_specialchars( $title ); ?></h2>
    2121
    2222<form method="post" action="options.php">
     
    5959<label for="thread_comments">
    6060<input name="thread_comments" type="checkbox" id="thread_comments" value="1" <?php checked('1', get_option('thread_comments')); ?> />
    61 <?php 
     61<?php
    6262
    6363$maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );
Note: See TracChangeset for help on using the changeset viewer.