Changeset 45597 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 07/04/2019 09:55:13 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r45583 r45597 347 347 <?php 348 348 if ( $data_to_delete ) { 349 _e( 'Are you sure you w ishto delete these files and data?' );349 _e( 'Are you sure you want to delete these files and data?' ); 350 350 } else { 351 _e( 'Are you sure you w ishto delete these files?' );351 _e( 'Are you sure you want to delete these files?' ); 352 352 } 353 353 ?>
Note: See TracChangeset
for help on using the changeset viewer.