Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OG Tags: Do not convert to an array silently #5987

Closed
wants to merge 1 commit into from
Closed

Conversation

kraftbj
Copy link
Contributor

@kraftbj kraftbj commented Dec 22, 2016

$image is a string when, previously, we try to assign it a $image['src'] value. This causes a PHP warning in 7.1: PHP Warning: Illegal string offset 'src' in /srv/www/master/html/wp-content/plugins/jetpack/functions.opengraph.php on line 293

To test:
Visit an author archive page before and after.

`$image` is a string when, previously, we try to assign it a `$image['src']` value. This causes a PHP warning in 7.1: `PHP Warning:  Illegal string offset 'src' in /srv/www/master/html/wp-content/plugins/jetpack/functions.opengraph.php on line 293`
@kraftbj kraftbj added General [Status] Needs Review This PR is ready for review. [Type] Bug When a feature is broken and / or not performing as intended labels Dec 22, 2016
@kraftbj kraftbj added this to the 4.5.1 milestone Dec 22, 2016
@jeherve
Copy link
Member

jeherve commented Jan 30, 2017

#6106

@jeherve
Copy link
Member

jeherve commented Jan 30, 2017

Fixed in #6118

@jeherve jeherve closed this Jan 30, 2017
@jeherve jeherve deleted the kraftbj-patch-3 branch January 30, 2017 21:26
@jeherve jeherve modified the milestones: 4.5.1, 2/17 - February Jan 30, 2017
@kraftbj kraftbj removed the [Status] Needs Review This PR is ready for review. label Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General [Type] Bug When a feature is broken and / or not performing as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants