Make WordPress Core


Ignore:
Timestamp:
12/10/2021 08:28:27 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the format of some comments per the documentation standards.

Follow-up to [10357], [10939], [43309], [51003], [51266], [51653], [51738], [52110].

See #53399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-filters.php

    r52316 r52352  
    675675add_filter( 'user_has_cap', 'wp_maybe_grant_site_health_caps', 1, 4 );
    676676
    677 // Block Templates post type and Rendering
     677// Block templates post type and rendering.
    678678add_filter( 'render_block_context', '_block_template_render_without_post_block_context' );
    679679add_filter( 'pre_wp_unique_post_slug', 'wp_filter_wp_template_unique_post_slug', 10, 5 );
Note: See TracChangeset for help on using the changeset viewer.