﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
12985,The $page_title variable of add_submenu_page()  does not work for custom post types,uglyrobot,,"If I try to add a submenu page to a custom post type the title is not displayed.

Example code for ""product"" post type:
{{{
add_submenu_page('edit.php?post_type=product', 'Menu Title', 'Page Title', ...
}}}

The <title> tag just has the default WP title.",defect (bug),closed,high,3.0,Post Types,,normal,fixed,needs-patch,
