Skip to content

Warnings (with WP_DEBUG on) of some uninitialised variables #4

@andylolz

Description

@andylolz

It looks like there are some variables that are not initialised. That’s fine, but when WP_DEBUG is on they produce warnings.

Adding:

$claimreviewedcurrent    = '';
$claimoriginalcurrent    = '';
$claimasssessmentcurrent = '';

…to the top of claim_review_build_claim_box (in metabox.php) fixes these.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions