Make WordPress Core


Ignore:
Timestamp:
09/26/2020 09:00:19 PM (4 years ago)
Author:
TimothyBlynJacobs
Message:

Add ircs and irc6 to the list of allowed protocols.

This adds support for the secure and ipv6 variants of the already allowed irc protocol.

Props arealnobrainer, markparnell, ctmartin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/customize/nav-menu-item-setting.php

    r48939 r49055  
    517517            'news://news.server.example/example.group.this',
    518518            'irc://irc.freenode.net/wordpress',
     519            'irc6://irc.freenode.net/wordpress',
     520            'ircs://irc.freenode.net/wordpress',
    519521            'gopher://example.com',
    520522            'nntp://news.server.example/example.group.this',
Note: See TracChangeset for help on using the changeset viewer.