Changeset 56549 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 09/09/2023 09:26:01 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r56408 r56549 404 404 405 405 foreach ( $tree as $label => $theme_file ) : 406 $index++;406 ++$index; 407 407 408 408 if ( ! is_array( $theme_file ) ) { … … 506 506 507 507 foreach ( $tree as $label => $plugin_file ) : 508 $index++;508 ++$index; 509 509 510 510 if ( ! is_array( $plugin_file ) ) {
Note: See TracChangeset
for help on using the changeset viewer.