Ticket #23246: 23246.2.diff
File 23246.2.diff, 2.5 KB (added by , 12 years ago) |
---|
-
wp-includes/class-snoopy.php
910 910 return false; 911 911 } 912 912 913 // check if there is a aredirect meta tag913 // check if there is a redirect meta tag 914 914 915 915 if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']*?)[\"\']?>'i",$results,$match)) 916 916 … … 1057 1057 $this->headers[] = $result_headers[$currentHeader]; 1058 1058 } 1059 1059 1060 // check if there is a aredirect meta tag1060 // check if there is a redirect meta tag 1061 1061 1062 1062 if(preg_match("'<meta[\s]*http-equiv[^>]*?content[\s]*=[\s]*[\"\']?\d+;[\s]*URL[\s]*=[\s]*([^\"\']*?)[\"\']?>'i",$results,$match)) 1063 1063 { -
wp-includes/js/tinymce/plugins/wpdialogs/js/popup.js
246 246 }, 247 247 248 248 /** 249 * Creates a alert dialog. Please don't use the blocking behavior of this249 * Creates an alert dialog. Please don't use the blocking behavior of this 250 250 * native version use the callback method instead then it can be extended. 251 251 * 252 252 * @method alert -
xmlrpc.php
6 6 */ 7 7 8 8 /** 9 * Whether this is a XMLRPC Request9 * Whether this is an XML-RPC Request 10 10 * 11 11 * @var bool 12 12 */ … … 55 55 include_once(ABSPATH . WPINC . '/class-wp-xmlrpc-server.php'); 56 56 57 57 /** 58 * Posts submitted via the xmlrpcinterface get that title58 * Posts submitted via the XML-RPC interface get that title 59 59 * @name post_default_title 60 60 * @var string 61 61 */ -
wp-trackback.php
11 11 } 12 12 13 13 /** 14 * trackback_response() - Respond with error or success XML message14 * trackback_response() - Respond with an error or success XML message 15 15 * 16 16 * @param int|bool $error Whether there was an error 17 17 * @param string $error_message Error message if an error occurred -
wp-settings.php
315 315 }