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-includes/user.php

    r60310 r60358  
    11271127     * @param int      $user_id User ID.
    11281128     * @param bool     $all     Whether the returned sites array should contain all sites, including
    1129      *                          those marked 'deleted', 'archived', or 'spam'. Default false.
     1129     *                          those flagged for deletion, archived, or marked as spam.
    11301130     */
    11311131    return apply_filters( 'get_blogs_of_user', $sites, $user_id, $all );
Note: See TracChangeset for help on using the changeset viewer.