Changeset 2821:ce071e4ee01f
- Timestamp:
- 11/27/14 14:22:29 (11 years ago)
- Branch:
- default
- Location:
- inc
- Files:
- 
          - 2 edited
 
 - 
          admin/actions/class.dcactioncomments.php (modified) (1 diff)
- 
          prepend.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        inc/admin/actions/class.dcactioncomments.phpr2627 r2821 58 58 array( 59 59 html::escapeHTML($this->core->blog->name) => '', 60 __('Comments') => 'comments.php',60 __('Comments') => $this->core->adminurl->get('admin.comments'), 61 61 __('Comments actions') => '' 62 62 )) 
- 
        inc/prepend.phpr2800 r2821 245 245 $core->url->register('xmlrpc','xmlrpc','^xmlrpc/(.+)$',array('dcUrlHandlers','xmlrpc')); 246 246 247 // Should use dcAdminURL class, but only in admin -> to be moved to public/prepend.php and admin/prepend.php ? 247 248 $core->setPostType('post','post.php?id=%d',$core->url->getURLFor('post','%s'),'Posts'); 248 249 
Note: See TracChangeset
          for help on using the changeset viewer.
      