Add line-wrapping to a long return description because readability in documentation is important.
See [32797]. See #32421. Built from https://develop.svn.wordpress.org/trunk@32810 git-svn-id: http://core.svn.wordpress.org/trunk@32781 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
82fcdec660
commit
25829e05fa
|
@ -4505,8 +4505,9 @@ function send_frame_options_header() {
|
||||||
*
|
*
|
||||||
* @staticvar array $protocols
|
* @staticvar array $protocols
|
||||||
*
|
*
|
||||||
* @return array Array of allowed protocols.
|
* @return array Array of allowed protocols. Defaults to an array containing 'http', 'https',
|
||||||
* Defaults to 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', 'webcal'
|
* 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet',
|
||||||
|
* 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', and 'webcal'.
|
||||||
*/
|
*/
|
||||||
function wp_allowed_protocols() {
|
function wp_allowed_protocols() {
|
||||||
static $protocols = array();
|
static $protocols = array();
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-alpha-32809';
|
$wp_version = '4.3-alpha-32810';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue