WordPress.org
News
Showcase
Hosting
Extend
Themes
Plugins
Patterns
Blocks
Openverse
↗
︎
Learn
Learn WordPress
Documentation
Forums
Developers
WordPress.tv
↗
︎
Community
Make WordPress
Photo Directory
Five for the Future
Events
Job Board
↗
︎
About
About WordPress
Enterprise
Gutenberg
↗
︎
Get WordPress
Search Trac
Get WordPress
Make WordPress Core
Blog
Handbook
Tickets
Components
Browse Source
Trac Timeline
Create a New Ticket
Search:
Login
Notifications
Context Navigation
←
Previous Change
Next Change
→
Changeset
5700
for
trunk/wp-includes/class-smtp.php
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
06/14/2007 02:25:30 AM (
18 years
ago)
Author:
ryan
Message:
Trim empty lines. Nothing but newline.
File:
1 edited
trunk/wp-includes/class-smtp.php
(modified)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
trunk/wp-includes/class-smtp.php
r5390
r5700
29
29
*/
30
30
var $SMTP_PORT = 25;
31
31
32
32
/**
33
33
* SMTP reply line ending
…
…
35
35
*/
36
36
var $CRLF = "\r\n";
37
37
38
38
/**
39
39
* Sets whether debugging is turned on
…
…
509
509
510
510
$this->helo_rply = $rply;
511
511
512
512
return true;
513
513
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Trac UI Preferences
Download in other formats:
Unified Diff
Zip Archive