Changeset 6814
- Timestamp:
- 02/13/08 17:53:52 (5 months ago)
- Files:
-
- branches/2.3/xmlrpc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/xmlrpc.php
r6715 r6814 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 } … … 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 }
