Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#19046 closed defect (bug) (fixed)

WP_Screen::get() should not be called statically [E_STRICT]

Reported by: arena's profile arena Owned by: nacin's profile nacin
Milestone: 3.3 Priority: normal
Severity: normal Version: 3.3
Component: General Keywords: dev-feedback needs-patch
Focuses: Cc:

Description

Appears since yesterday on trunk ...

[E_STRICT] 2048 : Non-static method WP_Screen::get() should not be called statically in wordpress\wp-admin\includes\screen.php at line 119

[E_STRICT] 2048 : Non-static method WP_Screen::get() should not be called statically in wordpress\wp-admin\includes\screen.php at line 231
...

Change History (2)

#1 @scribu
13 years ago

  • Milestone changed from Awaiting Review to 3.3

#2 @nacin
13 years ago

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

In [19064]:

Add missing keyword. fixes #19046, see #18785.

Note: See TracTickets for help on using tickets.