Make WordPress Core

Opened 5 years ago

#48220 new defect (bug)

Category Dropdown Layout Issue

Reported by: anjalimdn's profile anjalimdn Owned by:
Milestone: Awaiting Review Priority: normal
Severity: major Version: 5.2.3
Component: Taxonomy Keywords:
Focuses: Cc:

Description

I have 2 websites. One is using WordPress 5.2.3 and another one is WordPress 4.9.10.

So now problem is with category Dropdown layout.

If you will check below code on both versions with nested subcategories you will see the difference.

<?php
wp_dropdown_categories( 'show_count=1&hierarchical=1&child_of=2' );


Nested Category Example :

Home

Landscape & Urbanism

Campus
Masterplan
.......

Issue :
On latest version of WordPress dropdown not showing subcategories name (Example : Landscape & Urbanism)

Please help me to sort out this issue.
Thanks

Attachments (1)

version5.3.jpg (23.4 KB) - added by anjalimdn 5 years ago.

Download all attachments as: .zip

Change History (1)

@anjalimdn
5 years ago

Note: See TracTickets for help on using tickets.