Changeset 2515
- Timestamp:
- 04/04/2005 10:36:09 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r2509 r2515 1795 1795 } 1796 1796 1797 1797 if ( !function_exists('wp_mail') ) : 1798 1798 function wp_mail($to, $subject, $message, $headers = '') { 1799 1799 if( $headers == '' ) { … … 1805 1805 return @mail($to, $subject, $message, $headers); 1806 1806 } 1807 endif; 1807 1808 1808 1809 if ( !function_exists('wp_login') ) :
Note: See TracChangeset
for help on using the changeset viewer.