Changeset 19117
- Timestamp:
- 11/02/2011 05:06:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r19094 r19117 4151 4151 $post_type_obj = get_post_type_object( $post_type ); 4152 4152 if ( ! $post_type_obj ) 4153 return ' 1 = 0 ';4153 return $full ? 'WHERE 1 = 0' : ' 1 = 0 '; 4154 4154 4155 4155 // This hook is deprecated. Why you'd want to use it, I dunno.
Note: See TracChangeset
for help on using the changeset viewer.