#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: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Posts, Post Types | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Adds 3rd parameter to get_page_by_title() in /wp-includes/posts.php