Make WordPress Core

Ticket #4901: cleantrailingspaces.diff

File cleantrailingspaces.diff, 8.8 KB (added by darkdragon, 18 years ago)
  • wp-app.php

     
    11401140$server = new AtomServer();
    11411141$server->handle_request();
    11421142
    1143 ?>
     1143?>
     1144 No newline at end of file
  • wp-blog-header.php

     
    2222
    2323endif;
    2424
    25 ?>
     25?>
     26 No newline at end of file
  • wp-comments-post.php

     
    7474
    7575wp_redirect($location);
    7676
    77 ?>
     77?>
     78 No newline at end of file
  • wp-config-sample.php

     
    2020
    2121define('ABSPATH', dirname(__FILE__).'/');
    2222require_once(ABSPATH.'wp-settings.php');
    23 ?>
     23?>
     24 No newline at end of file
  • wp-cron.php

     
    3232
    3333update_option('doing_cron', 0);
    3434
    35 ?>
     35?>
     36 No newline at end of file
  • wp-feed.php

     
    77
    88do_feed();
    99
    10 ?>
     10?>
     11 No newline at end of file
  • wp-includes/atomlib.php

     
    310310    }
    311311}
    312312
    313 ?>
     313?>
     314 No newline at end of file
  • wp-includes/feed.php

     
    248248        }
    249249}
    250250
    251 ?>
     251?>
     252 No newline at end of file
  • wp-includes/formatting.php

     
    12181218        return $matches[0];
    12191219}
    12201220
    1221 ?>
     1221?>
     1222 No newline at end of file
  • wp-includes/functions.php

     
    13581358        while ( @ob_end_flush() );
    13591359}
    13601360
    1361 ?>
     1361?>
     1362 No newline at end of file
  • wp-includes/general-template.php

     
    10841084        }
    10851085}
    10861086
    1087 ?>
     1087?>
     1088 No newline at end of file
  • wp-includes/gettext.php

     
    391391
    392392}
    393393
    394 ?>
     394?>
     395 No newline at end of file
  • wp-includes/kses.php

     
    739739
    740740add_action('init', 'kses_init');
    741741add_action('set_current_user', 'kses_init');
    742 ?>
     742?>
     743 No newline at end of file
  • wp-includes/l10n.php

     
    107107        load_textdomain($domain, $mofile);
    108108}
    109109
    110 ?>
     110?>
     111 No newline at end of file
  • wp-includes/link-template.php

     
    582582        }
    583583}
    584584
    585 ?>
     585?>
     586 No newline at end of file
  • wp-includes/locale.php

     
    150150        }
    151151}
    152152
    153 ?>
     153?>
     154 No newline at end of file
  • wp-includes/pluggable.php

     
    663663}
    664664endif;
    665665
    666 ?>
     666?>
     667 No newline at end of file
  • wp-includes/plugin.php

     
    308308                return $function[0].$function[1];
    309309}
    310310
    311 ?>
     311?>
     312 No newline at end of file
  • wp-includes/post-template.php

     
    472472        return $output;
    473473}
    474474
    475 ?>
     475?>
     476 No newline at end of file
  • wp-includes/query.php

     
    15111511        return true;
    15121512}
    15131513
    1514 ?>
     1514?>
     1515 No newline at end of file
  • wp-includes/registration-functions.php

     
    11<?php
    22// Deprecated.  Use registration.php.
    33require_once(ABSPATH . WPINC .  '/registration.php');
    4 ?>
     4?>
     5 No newline at end of file
  • wp-includes/rewrite.php

     
    953953        }
    954954}
    955955
    956 ?>
     956?>
     957 No newline at end of file
  • wp-includes/rss-functions.php

     
    11<?php
    22// Deprecated.  Use rss.php instead.
    33require_once (ABSPATH . WPINC . '/rss.php');
    4 ?>
     4?>
     5 No newline at end of file
  • wp-includes/script-loader.php

     
    419419        }
    420420        $wp_scripts->enqueue( $handle );
    421421}
    422 ?>
     422?>
     423 No newline at end of file
  • wp-includes/theme.php

     
    540540        add_action('admin_menu', array(&$GLOBALS['custom_image_header'], 'init'));
    541541}
    542542
    543 ?>
     543?>
     544 No newline at end of file
  • wp-includes/user.php

     
    247247        return $output;
    248248}
    249249
    250 ?>
     250?>
     251 No newline at end of file
  • wp-includes/version.php

     
    55$wp_version = '2.3-beta1';
    66$wp_db_version = 5540;
    77
    8 ?>
     8?>
     9 No newline at end of file
  • wp-includes/widgets.php

     
    11221122
    11231123add_action('init', 'wp_widgets_init', 1);
    11241124
    1125 ?>
     1125?>
     1126 No newline at end of file
  • wp-login.php

     
    389389
    390390break;
    391391} // end action switch
    392 ?>
     392?>
     393 No newline at end of file
  • wp-mail.php

     
    172172
    173173$pop3->quit();
    174174
    175 ?>
     175?>
     176 No newline at end of file
  • wp-settings.php

     
    292292// Everything is loaded and initialized.
    293293do_action('init');
    294294
    295 ?>
     295?>
     296 No newline at end of file
  • xmlrpc.php

     
    20292029
    20302030$wp_xmlrpc_server = new wp_xmlrpc_server();
    20312031
    2032 ?>
     2032?>
     2033 No newline at end of file