Changeset 8187
- Timestamp:
- 06/24/08 18:52:52 (4 months ago)
- Files:
-
- trunk/wp-admin/includes/upgrade.php (modified) (1 diff)
- trunk/wp-includes/class-smtp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/upgrade.php
r8182 r8187 877 877 global $wpdb; 878 878 879 // Sep erate individual queries into an array879 // Separate individual queries into an array 880 880 if( !is_array($queries) ) { 881 881 $queries = explode( ';', $queries ); trunk/wp-includes/class-smtp.php
r8082 r8187 250 250 * that is to be send with the headers. Each header needs to be 251 251 * on a single line followed by a <CRLF> with the message headers 252 * and the message body being sep erated by and additional <CRLF>.252 * and the message body being separated by and additional <CRLF>. 253 253 * 254 254 * Implements rfc 821: DATA <CRLF>
