Make WordPress Core

Ticket #31757: 31757.diff

File 31757.diff, 506 bytes (added by dkotter, 10 years ago)
  • wp-includes/functions.php

     
    41254125}
    41264126
    41274127/**
    4128  * Permanently delete posts, pages, attachments, and comments which have been
    4129  * in the trash for EMPTY_TRASH_DAYS.
     4128 * Permanently delete posts, pages, custom post types, attachments, and comments
     4129 * which have been in the trash for EMPTY_TRASH_DAYS.
    41304130 *
    41314131 * @since 2.9.0
    41324132 */