Ticket #11422: mt.php.patch
File mt.php.patch, 485 bytes (added by , 15 years ago) |
---|
-
mt.php
old new 436 436 } else if ( 0 === strpos($line, "BLOG NAME:") ) { 437 437 $blog = trim( substr($line, strlen("BLOG NAME:")) ); 438 438 $ping->comment_author = $blog; 439 } else if ( 0 === strpos($line, "BASENAME:") ) { 440 $post_name = trim( substr($line, strlen("BASENAME:")) ); 441 $post->post_name = $post_name; 439 442 } else { 440 443 // Processing multi-line field, check context. 441 444