- Timestamp:
- 10/03/2024 12:23:53 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r58082 r59159 320 320 /* translators: 1: Current WordPress version, 2: Version required by the uploaded theme. */ 321 321 __( 'Your WordPress version is %1$s, however the uploaded theme requires %2$s.' ), 322 get_bloginfo( 'version'),322 esc_html( wp_get_wp_version() ), 323 323 $requires_wp 324 324 );
Note: See TracChangeset
for help on using the changeset viewer.