Ticket #35618: 35618.patch
File 35618.patch, 644 bytes (added by , 8 years ago) |
---|
-
wp-includes/functions.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
5206 5206 // Strip timezone information 5207 5207 return preg_replace( '/(?:Z|[+-]\d{2}(?::\d{2})?)$/', '', $formatted ); 5208 5208 } 5209 5210 /** 5211 * Return admin E-Mail. 5212 * 5213 * @since 4.5.0 5214 * 5215 * @return mixed 5216 */ 5217 function admin_email() { 5218 return get_option( 'admin_email' ); 5219 } 5220 No newline at end of file