Changeset 61699 for trunk/src/wp-includes/class-wp-scripts.php
- Timestamp:
- 02/20/2026 02:24:12 AM (5 weeks ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 11 11 wp-cli.local.yml 12 12 .git 13 phpstan.neon 13 14 jsdoc 14 15 composer.lock
-
- Property svn:ignore
-
trunk/src/wp-includes/class-wp-scripts.php
r61587 r61699 1187 1187 } 1188 1188 } 1189 $stored_results[ $handle ] = $priorities[ $highest_priority_index ]; // @phpstan-ignore parameterByRef.type (We know the index is valid and that this will be a string.)1189 $stored_results[ $handle ] = $priorities[ $highest_priority_index ]; 1190 1190 return $priorities[ $highest_priority_index ]; 1191 1191 }
Note: See TracChangeset
for help on using the changeset viewer.