Changeset 58848
- Timestamp:
- 08/04/2024 10:07:06 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r58843 r58848 8820 8820 */ 8821 8821 function wp_get_wp_version() { 8822 static $wp_version; 8823 8824 if ( ! isset( $wp_version ) ) { 8825 require ABSPATH . WPINC . '/version.php'; 8826 } 8822 require ABSPATH . WPINC . '/version.php'; 8827 8823 8828 8824 return $wp_version;
Note: See TracChangeset
for help on using the changeset viewer.