Changeset 6815
- Timestamp:
- 02/13/08 17:54:08 (7 months ago)
- Files:
-
- trunk/xmlrpc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/xmlrpc.php
r6726 r6815 1142 1142 $post_type = 'page'; 1143 1143 } 1144 elseif( $content_ type['post_type'] == 'post' ) {1144 elseif( $content_struct['post_type'] == 'post' ) { 1145 1145 // This is the default, no changes needed 1146 1146 } … … 1391 1391 $post_type = 'page'; 1392 1392 } 1393 elseif( $content_ type['post_type'] == 'post' ) {1393 elseif( $content_struct['post_type'] == 'post' ) { 1394 1394 // This is the default, no changes needed 1395 1395 }
