Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#15720 closed defect (bug) (fixed)

Standardize on 'blog' and 'network' in the Network Admin

Reported by: nacin's profile nacin Owned by:
Milestone: 3.1 Priority: normal
Severity: normal Version:
Component: Network Admin Keywords:
Focuses: multisite Cc:

Description

In code, we should use blog and network, and avoid site where possible. When site is used, it should be legacy only and should refer to the network.

Visible file names are fine, e.g. my-sites, site-info, etc. This also does not affect strings. WP_MS_Sites_List_Table should become WP_Blogs_List_Table though.

Change History (2)

#1 @nacin
14 years ago

(In [16833]) s/can_edit_site/can_edit_network/g. see #15720.

#2 @nacin
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Okay. I went through every instance of the word 'site' in wp-admin/network, and also in the WP_MS_Sites_List_Table. Strings, variables, etc.

The *only* instance I would change is the name of the list table. I'm going to leave that alone. Closing as fixed on r16833.

Note: See TracTickets for help on using tickets.