[wp-trac] [WordPress Trac] #64224: Docblock improvements for 7.0
WordPress Trac
noreply at wordpress.org
Thu Feb 12 15:48:12 UTC 2026
#64224: Docblock improvements for 7.0
----------------------------+-------------------------------
Reporter: desrosj | Owner: (none)
Type: task (blessed) | Status: new
Priority: normal | Milestone: 7.0
Component: General | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses: coding-standards
----------------------------+-------------------------------
Comment (by jonsurrell):
In [changeset:"61624" 61624]:
{{{
#!CommitTicketReference repository="" revision="61624"
HTML API: Use more universal syntax to call Closure variable.
Replace `( $fn )( ...$args )` syntax with equivalent `call_user_func( $fn,
...$args )` to prevent an issue with the WordPress documentation parser.
The parser would fail when encountering this syntax, preventing
documentation generation.
Developed in https://github.com/WordPress/wordpress-develop/pull/10907.
Follow-up to [58304].
Props dmsnell, jonsurrell.
See #64224, #61348.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64224#comment:87>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list