Changeset 36664
- Timestamp:
- 02/24/2016 01:08:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/sites.php
r36302 r36664 60 60 // A list of valid actions and their associated messaging for confirmation output. 61 61 $manage_actions = array( 62 'activateblog' => __( 'You are about to activate the site %s ' ),63 'deactivateblog' => __( 'You are about to deactivate the site %s ' ),62 'activateblog' => __( 'You are about to activate the site %s.' ), 63 'deactivateblog' => __( 'You are about to deactivate the site %s.' ), 64 64 'unarchiveblog' => __( 'You are about to unarchive the site %s.' ), 65 65 'archiveblog' => __( 'You are about to archive the site %s.' ),
Note: See TracChangeset
for help on using the changeset viewer.