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

Only render the column header if the ID is specified #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gwire
Copy link

@gwire gwire commented Jan 21, 2020

Avoids PHP Warnings:

Illegal string offset 'url' in .../virt-eu/single.php on line 31
Illegal string offset 'ID' in /.../virt-eu/single.php on line 33
Illegal string offset 'description' in .../virt-eu/single.php on line 34
Illegal string offset 'caption' in .../virt-eu/single.php on line 35

Avoids PHP Warnings:

```
Illegal string offset 'url' in .../virt-eu/single.php on line 31
Illegal string offset 'ID' in /.../virt-eu/single.php on line 33
Illegal string offset 'description' in .../virt-eu/single.php on line 34
Illegal string offset 'caption' in .../virt-eu/single.php on line 35"
```
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