mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 07:04:34 +00:00
a970c07994f94469034cc5818d1c61a4fa2c0b75
* `get_index_template()` * `get_404_template()` * `get_author_template()` * `get_category_template()` * `get_tag_template()` * `get_taxonomy_template()` * `get_date_template()` * `get_home_template()` * `get_front_page_template()` * `get_page_template()` * `get_search_template()` * `get_single_template()` * `get_embed_template()` * `get_singular_template()` * `get_attachment_template()` As mentioned when these dynamic hook references were originally fixed in [33274], we can't link to non-existent hooks inline because the Code Reference auto-linker won't pick up on the dynamic-ness of the hook, it'll just try to link to a hook reference that doesn't exist. In these cases, we need to be generic and provide context for the value of `$type`. See [38418] for where the original fix was reversed. See this changeset for reversing the reversal. Props donutz, milana_cap. Fixes #41198. git-svn-id: https://develop.svn.wordpress.org/trunk@40964 602fd350-edb4-49c9-b593-d223f7449a82
Description
No description provided
Languages
PHP
80.5%
CSS
9.4%
JavaScript
8.5%
SCSS
0.9%
HTML
0.7%