Changeset 58813 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 07/27/2024 12:25:44 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r58800 r58813 685 685 686 686 if ( null === $suffixes ) { 687 // Include an unmodified $wp_version. 687 /* 688 * Include an unmodified $wp_version. 689 * 690 * Note: wp_get_wp_version() is not used here, as this file can be included 691 * via wp-admin/load-scripts.php or wp-admin/load-styles.php, in which case 692 * wp-includes/functions.php is not loaded. 693 */ 688 694 require ABSPATH . WPINC . '/version.php'; 689 695 … … 1523 1529 global $editor_styles; 1524 1530 1525 // Include an unmodified $wp_version. 1531 /* 1532 * Include an unmodified $wp_version. 1533 * 1534 * Note: wp_get_wp_version() is not used here, as this file can be included 1535 * via wp-admin/load-scripts.php or wp-admin/load-styles.php, in which case 1536 * wp-includes/functions.php is not loaded. 1537 */ 1526 1538 require ABSPATH . WPINC . '/version.php'; 1527 1539
Note: See TracChangeset
for help on using the changeset viewer.