Skip to content

Using ${var} in strings is deprecated #201

@lifeinthegrid

Description

@lifeinthegrid

Hi Guys,

Thanks for the plugin! Getting allot of deprecation messages in PHP 8 with older string variable lookups.

Example of one of the messages.

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in \wp-content\plugins\font-awesome\includes\class-fontawesome.php on line 1945

Should be a super simple fix just switch it from ${var} to {$var}

Thanks much!

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