Browse Source

Update mayland-blocks/functions.php

Ben Dwyer 4 years ago
parent
commit
ffdbd7e6c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mayland-blocks/functions.php

+ 1 - 1
mayland-blocks/functions.php

@@ -32,7 +32,7 @@ add_action( 'wp_enqueue_scripts', 'mayland_blocks_scripts' );
  * It does not do anything.
  * Borrowed from aristath/q: https://themes.trac.wordpress.org/browser/q/0.1/functions.php?rev=137308
  */
-function mayland_blocks_theme_check_dummy_calls() {
+function seedlet_blocks_theme_check_dummy_calls() {
 	post_class();
 	wp_link_pages();
 }