Changeset 61550 for branches/6.9/src/wp-includes/class-wp-styles.php
- Timestamp:
- 01/28/2026 09:28:06 PM (6 months ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
- Property svn:mergeinfo changed
/trunk merged: 61323,61357,61542
- Property svn:mergeinfo changed
-
branches/6.9/src/wp-includes/class-wp-styles.php
r61084 r61550 494 494 $this->print_html = ''; 495 495 } 496 497 /** 498 * Gets a style-specific dependency warning message. 499 * 500 * @since 6.9.1 501 * 502 * @param string $handle Style handle with missing dependencies. 503 * @param string[] $missing_dependency_handles Missing dependency handles. 504 * @return string Formatted, localized warning message. 505 */ 506 protected function get_dependency_warning_message( $handle, $missing_dependency_handles ) { 507 return sprintf( 508 /* translators: 1: Style handle, 2: List of missing dependency handles. */ 509 __( 'The style with the handle "%1$s" was enqueued with dependencies that are not registered: %2$s.' ), 510 $handle, 511 implode( wp_get_list_item_separator(), $missing_dependency_handles ) 512 ); 513 } 496 514 }
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)