Changeset 62379 for branches/7.0/src/wp-includes/class-wp-scripts.php
- Timestamp:
- 05/19/2026 12:23:04 PM (4 months ago)
- Location:
- branches/7.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-scripts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0
-
branches/7.0/src/wp-includes/class-wp-scripts.php
r61927 r62379 886 886 /* translators: 1: $strategy, 2: $handle */ 887 887 __( 'Invalid strategy `%1$s` defined for `%2$s` during script registration.' ), 888 $value,888 is_string( $value ) ? $value : gettype( $value ), 889 889 $handle 890 890 ), … … 898 898 /* translators: 1: $strategy, 2: $handle */ 899 899 __( 'Cannot supply a strategy `%1$s` for script `%2$s` because it is an alias (it lacks a `src` value).' ), 900 $value,900 is_string( $value ) ? $value : gettype( $value ), 901 901 $handle 902 902 ),
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)