Skip to content

Commit

Permalink
Remove the edit link.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Dec 22, 2023
1 parent 5327b4e commit a94c3b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/wp-content/themes/wporg-main-2022/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
add_filter( 'render_block_core/site-title', __NAMESPACE__ . '\use_parent_page_title', 10, 3 );
add_filter( 'render_block_data', __NAMESPACE__ . '\update_header_template_part_class' );
add_filter( 'wporg_block_navigation_menus', __NAMESPACE__ . '\add_site_navigation_menus' );
add_filter( 'wporg_markdown_should_filter_title', '__return_false' );

/**
* Enqueue scripts and styles.
Expand Down

0 comments on commit a94c3b4

Please sign in to comment.