Changeset 47198 for trunk/src/wp-admin/includes/credits.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/credits.php
r47122 r47198 17 17 function wp_credits() { 18 18 // Include an unmodified $wp_version. 19 include( ABSPATH . WPINC . '/version.php' );19 require ABSPATH . WPINC . '/version.php'; 20 20 21 21 $locale = get_user_locale();
Note: See TracChangeset
for help on using the changeset viewer.