#57082 closed enhancement (fixed)
Document the globals in various functions
Reported by: | krunal265 | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
Comment on some functions that need to be improved. In the comment, need to mention the global variable that is used in the function.
Files:
1) wp-admin/includes/post.php
function name: the_block_editor_meta_boxes()
2) wp-includes/block-template-utils.php
function name: wp_generate_block_templates_export_file()
3) wp-includes/class-wp-oembed-controller.php
function name: get_proxy_item()
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Patch added