Trailing whitespace cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@8600 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-08-09 05:36:14 +00:00
parent 9d19580065
commit 2272a1a950
90 changed files with 442 additions and 442 deletions
+6 -6
View File
@@ -166,7 +166,7 @@ function register_widget_control($name, $control_callback, $width = '', $height
*/
function wp_register_widget_control($id, $name, $control_callback, $options = array()) {
global $wp_registered_widget_controls;
$id = strtolower($id);
if ( empty($control_callback) ) {
@@ -462,9 +462,9 @@ function wp_widget_links($args) {
function wp_widget_search($args) {
extract($args);
$searchform_template = get_template_directory() . '/searchform.php';
echo $before_widget;
// Use current theme search form if it exists
if ( file_exists($searchform_template) ) {
include_once($searchform_template);
@@ -475,7 +475,7 @@ function wp_widget_search($args) {
<input type="submit" value="<?php echo attribute_escape(__('Search')); ?>" />
</div></form>
<?php }
echo $after_widget;
}
@@ -743,9 +743,9 @@ function wp_widget_categories($args, $widget_args = 1) {
} else {
?>
<ul>
<?php
<?php
$cat_args['title_li'] = '';
wp_list_categories($cat_args);
wp_list_categories($cat_args);
?>
</ul>
<?php