#12743 closed enhancement (fixed)
Add $post_type as 3rd parameter to get_page_by_title() in /wp-includes/post.php
Reported by: | mikeschinkel | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | Cc: |
Description
This is a simple patch to add $post_type as a 3rd parameter to get_page_by_title() in /wp-includes/post.php. This is essentially identical to the logic for the 3rd parameter just added to get_page_by_path() in the same file.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Adds 3rd parameter to get_page_by_title() in /wp-includes/posts.php