close
Skip to content

WordPress v4.4 Compat #170

@jaswrks

Description

@jaswrks

Overview

WordPress v4.4 introduces some new objects for WP_Term and WP_Comment. This is mostly OK with Comment Mail. However, it recently came to my attention that in PHP 7.0 there are some flags being thrown with respect to type hints that are looking for \stdClass instances instead of the new WP_Comment class.

What needs to change?

We need to search the codebase for \stdClass $comment and remove \stdClass.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions