Changeset 6815
- Timestamp:
- 02/13/2008 05:54:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.