Changeset 61357
- Timestamp:
- 12/07/2025 01:09:51 AM (3 months ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 4 edited
-
class-wp-dependencies.php (modified) (3 diffs)
-
class-wp-script-modules.php (modified) (2 diffs)
-
class-wp-scripts.php (modified) (1 diff)
-
class-wp-styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-dependencies.php
r61323 r61357 112 112 * warnings don't occur. 113 113 * 114 * @since 7.0.0114 * @since 6.9.1 115 115 * @var string[] 116 116 */ … … 224 224 get_class( $this ) . '::add', 225 225 $this->get_dependency_warning_message( $handle, $missing_dependencies ), 226 ' 7.0.0'226 '6.9.1' 227 227 ); 228 228 $this->dependencies_with_missing_dependencies[] = $handle; … … 564 564 * Gets a dependency warning message for a handle. 565 565 * 566 * @since 7.0.0566 * @since 6.9.1 567 567 * 568 568 * @param string $handle Handle with missing dependencies. -
trunk/src/wp-includes/class-wp-script-modules.php
r61323 r61357 77 77 * emitted with {@see _doing_it_wrong()}. The ID is then added to this list, so that duplicate warnings don't occur. 78 78 * 79 * @since 7.0.079 * @since 6.9.1 80 80 * @var string[] 81 81 */ … … 745 745 implode( ', ', $missing_dependencies ) 746 746 ), 747 ' 7.0.0'747 '6.9.1' 748 748 ); 749 749 $this->modules_with_missing_dependencies[] = $id; -
trunk/src/wp-includes/class-wp-scripts.php
r61323 r61357 1169 1169 * Gets a script-specific dependency warning message. 1170 1170 * 1171 * @since 7.0.01171 * @since 6.9.1 1172 1172 * 1173 1173 * @param string $handle Script handle with missing dependencies. -
trunk/src/wp-includes/class-wp-styles.php
r61323 r61357 498 498 * Gets a style-specific dependency warning message. 499 499 * 500 * @since 7.0.0500 * @since 6.9.1 501 501 * 502 502 * @param string $handle Style handle with missing dependencies.
Note: See TracChangeset
for help on using the changeset viewer.