Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Conversation

@josephscott
Copy link
Contributor

Calls to get_the_tag_list() can return string|false|WP_Error - https://developer.wordpress.org/reference/functions/get_the_tag_list/

  • but the return value not fully checked. The only useful thing in the return value is when it is a string. If it is a WP_Error object then it results in a fatal error.

Changes proposed in this Pull Request:

Related issue(s):

Calls to `get_the_tag_list()` can return `string|false|WP_Error` - https://developer.wordpress.org/reference/functions/get_the_tag_list/
- but the return value not fully checked.  The only useful thing in the return
value is when it is a string.  If it is a `WP_Error` object then it results
in a fatal error.
@github-actions
Copy link
Contributor

Preview changes

I've detected changes to the following themes in this PR: Varia.
You can preview these changes by following the links below:

I will update this comment with the latest preview links as you push more changes to this PR.

Note

The preview sites are created using WordPress Playground. You can add content, edit settings, and test the themes as you would on a real site, but please note that changes are not saved between sessions.

josephscott added a commit that referenced this pull request Feb 12, 2025
See also #8692

I missed this second one originally
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants