Changeset 696:1a2b2b2d943b for inc/core
- Timestamp:
- 08/16/11 19:22:30 (14 years ago)
- Branch:
- default
- Location:
- inc/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.core.php
r407 r696 790 790 'edit_size' => 24, 791 791 'enable_wysiwyg' => true, 792 'post_format' => 'wiki' ,792 'post_format' => 'wiki' 793 793 ); 794 794 } -
inc/core/class.dc.xmlrpc.php
r270 r696 1223 1223 'author_url' => $rs->comment_site, 1224 1224 'author_email' => $rs->comment_email, 1225 'author_ip' => $rs->comment_ip ,1225 'author_ip' => $rs->comment_ip 1226 1226 ); 1227 1227 }
Note: See TracChangeset
for help on using the changeset viewer.