Skip to content

Commit

Permalink
Add 'rendering_template_part' action for new debug div solution Issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed May 19, 2021
1 parent 8a76bcb commit 7966fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/template-part.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @return string The render.
*/
function thisis_render_block_core_template_part( $attributes ) {
function thisis_render_block_core_template_part( $attributes, $content, $block ) {
static $seen_ids = array();
bw_trace2();
bw_backtrace();
Expand Down

0 comments on commit 7966fc3

Please sign in to comment.