Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#46955 closed defect (bug) (fixed)

Order of WP_DEBUG and WP_MAX_MEMORY_LIMIT of site health info

Reported by: tmatsuur's profile tmatsuur Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.2 Priority: normal
Severity: normal Version: 5.2
Component: Site Health Keywords: site-health
Focuses: administration Cc:

Description

This is a proposal for the order of WP_DEBUG and WP_MAX_MEMORY_LIMIT.

Currently, the site health info items are as follows.

WP_DEBUG: true
WP_MAX_MEMORY_LIMIT: 512M
WP_DEBUG_DISPLAY: true
WP_DEBUG_LOG: true
SCRIPT_DEBUG: false

I think it is better to line up debugging related constants.

WP_MAX_MEMORY_LIMIT: 512M
WP_DEBUG: true
WP_DEBUG_DISPLAY: true
WP_DEBUG_LOG: true
SCRIPT_DEBUG: false

Attachments (1)

46955.diff (894 bytes) - added by tmatsuur 6 years ago.

Download all attachments as: .zip

Change History (5)

@tmatsuur
6 years ago

#1 @SergeyBiryukov
6 years ago

  • Component changed from General to Administration
  • Focuses administration added
  • Keywords site-health added
  • Milestone changed from Awaiting Review to 5.2
  • Type changed from feature request to defect (bug)

#2 follow-up: @SergeyBiryukov
6 years ago

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

In 45230:

Site Health: Group WP_DEBUG-related constants together.

Props tmatsuur.
Fixes #46955.

#3 in reply to: ↑ 2 @tmatsuur
6 years ago

Replying to SergeyBiryukov:

In 45230:

Site Health: Group WP_DEBUG-related constants together.

Props tmatsuur.
Fixes #46955.

Thank you @SergeyBiryukov .

#4 @spacedmonkey
6 years ago

  • Component changed from Administration to Site Health
Note: See TracTickets for help on using tickets.