﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18891,wp_error does not recognize when a custom post type does not support excerpts,ZaneMatthew,,"wp_error does not take into consideration if a custom post type does not support excerpts.

Steps to reproduce:
1. Create a custom post type that does NOT support excerpts.
2. Use wp_insert_post to insert the post 
3. print_r your error message and you'll see that wp_error is returns:
""Content, title, and excerpt are empty.""

It should not mention excerpts being empty as the custom post type does not even support them.",defect (bug),closed,normal,3.3,General,3.2.1,normal,fixed,has-patch,
