Changeset 37985 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r37853 r37985 2852 2852 function is_email( $email, $deprecated = false ) { 2853 2853 if ( ! empty( $deprecated ) ) 2854 _deprecated_argument( __FUNCTION__, '3.0 ' );2854 _deprecated_argument( __FUNCTION__, '3.0.0' ); 2855 2855 2856 2856 // Test for the minimum length the email can be
Note: See TracChangeset
for help on using the changeset viewer.