Ticket #41364: 41364 .patch
File 41364 .patch, 735 bytes (added by , 8 years ago) |
---|
-
functions.php
480 480 * @global string $post_default_category Default XML-RPC post category. 481 481 * 482 482 * @param string $content XMLRPC XML Request content 483 * @param string $matchcat to match category according to pattern. 483 484 * @return string|array List of categories or category name. 484 485 */ 485 486 function xmlrpc_getpostcategory( $content ) { … … 525 526 . "(?:" 526 527 . "\([\w\d]+\)|" 527 528 . "(?:" 528 . "[^`!()\[\]{};:'\".,<> «»“”‘’\s]|"529 . "[^`!()\[\]{};:'\".,<>«»“â€�‘’\s]|" 529 530 . "(?:[:]\d+)?/?" 530 531 . ")+" 531 532 . ")"