[wp-trac] [WordPress Trac] #20890: Standardize line endings
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 8 15:24:46 UTC 2012
#20890: Standardize line endings
--------------------------+-----------------------------
Reporter: xknown | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: trivial | Keywords:
--------------------------+-----------------------------
Two core files seem to have invalid line endings (\r).
{{{
~/data/wp$ ack -l "\r"
wp-includes/js/tinymce/plugins/wpfullscreen/css/wp-fullscreen.css
wp-config-sample.php
~/data/wp$ cat -vT wp-config-sample.php | head
<?php^M
/**^M
* The base configurations of the WordPress.^M
*^M
* This file has the following configurations: MySQL settings, Table
Prefix,^M
* Secret Keys, WordPress Language, and ABSPATH. You can find more
information^M
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php
Editing^M
* wp-config.php} Codex page. You can get the MySQL settings from your web
host.^M
*^M
* This file is used by the wp-config.php creation script during the^M
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20890>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list