Make WordPress Core


Ignore:
Timestamp:
06/27/2025 03:07:29 PM (14 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-includes/ms-site.php

    r60264 r60358  
    12441244
    12451245                        /**
    1246                          * Fires when the 'deleted' status is added to a site.
     1246                         * Fires when the 'flagged for deletion' status is added to a site.
    12471247                         *
    12481248                         * @since 3.5.0
     
    12541254
    12551255                        /**
    1256                          * Fires when the 'deleted' status is removed from a site.
     1256                         * Fires when the 'flagged for deletion' status is removed from a site.
    12571257                         *
    12581258                         * @since 3.5.0
Note: See TracChangeset for help on using the changeset viewer.