[wp-trac] [WordPress Trac] #47544: Code Editor not listing files/folders in the right order

WordPress Trac noreply at wordpress.org
Sat Jun 15 11:19:08 UTC 2019


#47544: Code Editor not listing files/folders in the right order
-------------------------------+------------------------------
 Reporter:  superpoincare      |       Owner:  (none)
     Type:  enhancement        |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Administration     |     Version:  5.2.1
 Severity:  minor              |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------
Changes (by SergeyBiryukov):

 * keywords:   => reporter-feedback


Comment:

 Thanks for the report!

 Looking at [source:tags/5.2/src/wp-admin/includes/plugin.php#L216
 get_plugin_files()] used to display the tree, the default order is:
 * The main plugin file.
 * The rest of the files, in alphabetical order.

 This appears to match what I'm seeing on a clean install:
 {{{
 query-monitor.php
 assets
 classes
 collectors
 composer.json
 dispatchers
 output
 readme.txt
 wp-content
 }}}

 Does the issue still happen with all plugins disabled and a default theme
 activated?

 #24049 is a related ticket, but I can't reproduce that one either in
 current trunk, appears to be fixed in [41806].

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


More information about the wp-trac mailing list