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:
Drew Jaynes 2015-06-16 23:18:25 +00:00
parent 82fcdec660
commit 25829e05fa
2 changed files with 4 additions and 3 deletions

View File

@ -4505,8 +4505,9 @@ function send_frame_options_header() {
*
* @staticvar array $protocols
*
* @return array Array of allowed protocols.
* Defaults to 'http', 'https', 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet', 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', 'webcal'
* @return array Array of allowed protocols. Defaults to an array containing 'http', 'https',
* 'ftp', 'ftps', 'mailto', 'news', 'irc', 'gopher', 'nntp', 'feed', 'telnet',
* 'mms', 'rtsp', 'svn', 'tel', 'fax', 'xmpp', and 'webcal'.
*/
function wp_allowed_protocols() {
static $protocols = array();

View File

@ -4,7 +4,7 @@
*
* @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.