Changeset 59192
- Timestamp:
- 10/07/2024 09:11:50 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r59120 r59192 8834 8834 */ 8835 8835 function wp_get_wp_version() { 8836 require ABSPATH . WPINC . '/version.php'; 8836 static $wp_version; 8837 8838 if ( ! isset( $wp_version ) ) { 8839 require ABSPATH . WPINC . '/version.php'; 8840 } 8837 8841 8838 8842 return $wp_version;
Note: See TracChangeset
for help on using the changeset viewer.