Make WordPress Core


Ignore:
Timestamp:
06/27/2025 03:07:29 PM (10 months ago)
Author:
johnbillion
Message:

Networks and Sites: Correct and improve terminology relating to deactivated, deleted, and archived sites on a Multisite installation.

  • Deleting a site is permanent action, so the terminology around site deletion has been updated to reflect that.
  • Site deactivation has been renamed to "Flag for Deletion", and a site with this status is no longer incorrectly shown as "Deleted".
  • Extra helper text has been added to the screen shown when changing a site's status to make the effects clearer to Super Admins.

Props kawauso, ryan_b, wonderboymusic, nacin, DrewAPicture, martythornley, SergeyBiryukov, jeremyfelt, ideag, jorbin, sukhendu2002, johnbillion, realloc.

Fixes #15801

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/site-info.php

    r58097 r60358  
    201201            $attribute_fields['archived'] = __( 'Archived' );
    202202            $attribute_fields['spam']     = _x( 'Spam', 'site' );
    203             $attribute_fields['deleted']  = __( 'Deleted' );
     203            $attribute_fields['deleted']  = __( 'Flagged for Deletion' );
    204204        }
    205205        $attribute_fields['mature'] = __( 'Mature' );
Note: See TracChangeset for help on using the changeset viewer.