Ticket #5814: xmlrpc.php.patch
| File xmlrpc.php.patch, 0.7 kB (added by malex, 10 months ago) |
|---|
-
xmlrpc.php
old new 986 986 $error_message = __( 'Sorry, you are not allowed to publish pages on this blog.' ); 987 987 $post_type = 'page'; 988 988 } 989 elseif( $content_ type['post_type'] == 'post' ) {989 elseif( $content_struct['post_type'] == 'post' ) { 990 990 // This is the default, no changes needed 991 991 } 992 992 else { … … 1207 1207 $error_message = __( 'Sorry, you are not allowed to publish pages on this blog.' ); 1208 1208 $post_type = 'page'; 1209 1209 } 1210 elseif( $content_ type['post_type'] == 'post' ) {1210 elseif( $content_struct['post_type'] == 'post' ) { 1211 1211 // This is the default, no changes needed 1212 1212 } 1213 1213 else {
