Changeset 45597 for trunk/src/wp-admin/network/themes.php
- Timestamp:
- 07/04/2019 09:55:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r45140 r45597 147 147 </ul> 148 148 <?php if ( 1 == $themes_to_delete ) : ?> 149 <p><?php _e( 'Are you sure you w ishto delete this theme?' ); ?></p>149 <p><?php _e( 'Are you sure you want to delete this theme?' ); ?></p> 150 150 <?php else : ?> 151 <p><?php _e( 'Are you sure you w ishto delete these themes?' ); ?></p>151 <p><?php _e( 'Are you sure you want to delete these themes?' ); ?></p> 152 152 <?php endif; ?> 153 153 <form method="post" action="<?php echo esc_url( $_SERVER['REQUEST_URI'] ); ?>" style="display:inline;">
Note: See TracChangeset
for help on using the changeset viewer.