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

Avoid log warnings when image licence is not set #277

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

leedxw
Copy link
Contributor

@leedxw leedxw commented Jan 16, 2025

PHP Warning:  Undefined array key "" in /var/www/html/wp-content/themes/gds-blogs/lib/image-licensing.php on line 52;
PHP Warning:  Trying to access array offset on null in /var/www/html/wp-content/themes/gds-blogs/lib/image-licensing.php on line 57

The issue can only be reproduced when adding images without specified licenses via the admin interface.

(Note use of en_GB "licence" except in rel which uses en_US "license")

* set the "other" licence if not specified
* change the program flow to have one return point
* use 'rel="license"'
* separate the licence and attribution with a comma

```
PHP Warning:  Undefined array key "" in /var/www/html/wp-content/themes/gds-blogs/lib/image-licensing.php on line 52;
PHP Warning:  Trying to access array offset on null in /var/www/html/wp-content/themes/gds-blogs/lib/image-licensing.php on line 57
```

* https://html.spec.whatwg.org/multipage/links.html#link-type-license
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant