[wp-trac] [WordPress Trac] #64932: WP admin - Subpages in the list of pages are not indicated as subpages for blind people

WordPress Trac noreply at wordpress.org
Tue Mar 24 11:28:28 UTC 2026


#64932: WP admin - Subpages in the list of pages are not indicated as subpages for
blind people
-------------------------------------+-------------------------------------
 Reporter:  juliemoynat              |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Administration           |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  needs-patch good-first-  |     Focuses:  accessibility,
  bug                                |  administration
-------------------------------------+-------------------------------------

Comment (by ekaterina92):

 $parent_name was empty for pages with subpages, but if I set the value
 than this part works and subpage name is concatinated to title. I guess in
 that case no aria label needed

 {{{
 if ( isset( $parent_name ) ) {
         $post_type_object = get_post_type_object( $post->post_type );
         echo ' | ' . $post_type_object->labels->parent_item_colon . ' ' .
 esc_html( $parent_name );
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64932#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list