Fix typos in phpdoc. props bradparbs. fixes #23481.

git-svn-id: http://core.svn.wordpress.org/trunk@23604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-03-04 04:23:00 +00:00
parent 0e18d104e1
commit 709dd51ae6
4 changed files with 6 additions and 6 deletions

View File

@ -910,7 +910,7 @@ class Snoopy
return false; return false;
} }
// check if there is a a redirect meta tag // check if there is a redirect meta tag
if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']*?)[\"\']?>'i",$results,$match)) if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']*?)[\"\']?>'i",$results,$match))
@ -1057,7 +1057,7 @@ class Snoopy
$this->headers[] = $result_headers[$currentHeader]; $this->headers[] = $result_headers[$currentHeader];
} }
// check if there is a a redirect meta tag // check if there is a redirect meta tag
if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']*?)[\"\']?>'i",$results,$match)) if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']*?)[\"\']?>'i",$results,$match))
{ {

View File

@ -246,7 +246,7 @@ var tinyMCEPopup = {
}, },
/** /**
* Creates a alert dialog. Please don't use the blocking behavior of this * Creates an alert dialog. Please don't use the blocking behavior of this
* native version use the callback method instead then it can be extended. * native version use the callback method instead then it can be extended.
* *
* @method alert * @method alert

View File

@ -11,7 +11,7 @@ if (empty($wp)) {
} }
/** /**
* trackback_response() - Respond with error or success XML message * trackback_response() - Respond with an error or success XML message
* *
* @param int|bool $error Whether there was an error * @param int|bool $error Whether there was an error
* @param string $error_message Error message if an error occurred * @param string $error_message Error message if an error occurred

View File

@ -6,7 +6,7 @@
*/ */
/** /**
* Whether this is a XMLRPC Request * Whether this is an XML-RPC Request
* *
* @var bool * @var bool
*/ */
@ -55,7 +55,7 @@ include_once(ABSPATH . WPINC . '/class-IXR.php');
include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.php'); include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.php');
/** /**
* Posts submitted via the xmlrpc interface get that title * Posts submitted via the XML-RPC interface get that title
* @name post_default_title * @name post_default_title
* @var string * @var string
*/ */