[wp-trac] [WordPress Trac] #28222: wp_extract_urls recognize a date as a url
WordPress Trac
noreply at wordpress.org
Mon May 12 17:08:54 UTC 2014
#28222: wp_extract_urls recognize a date as a url
----------------------------+-----------------------------
Reporter: sergej.mueller | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Filesystem API | Version: 3.9.1
Severity: normal | Keywords:
Focuses: |
----------------------------+-----------------------------
{{{
wp_extract_urls("Today's Date: 05.12.2014")
}}}
has the following array as output
{{{
Array ( [0] => 05.12.2014 )
}}}
A date is not an IP address.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28222>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list