mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Tests: Fix typo in Tests_Functions_AllowedProtocols::data_example_urls().
Props redrambles. Fixes #41415. git-svn-id: https://develop.svn.wordpress.org/trunk@41124 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -39,7 +39,7 @@ class Tests_Functions_AllowedProtocols extends WP_UnitTestCase {
|
||||
function data_example_urls() {
|
||||
return array(
|
||||
array( 'http', 'http://example.com' ), // RFC7230
|
||||
array( 'https', 'http://example.com' ), // RFC7230
|
||||
array( 'https', 'https://example.com' ), // RFC7230
|
||||
array( 'ftp', 'ftp://example.com' ), // RFC1738
|
||||
array( 'ftps', 'ftps://example.com' ),
|
||||
array( 'mailto', 'mailto://someone@example.com' ), // RFC6068
|
||||
|
||||
Reference in New Issue
Block a user