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