浏览代码

Update mayland-blocks/functions.php

Ben Dwyer 4 年之前
父节点
当前提交
ffdbd7e6c9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
  * It does not do anything.
  * Borrowed from aristath/q: https://themes.trac.wordpress.org/browser/q/0.1/functions.php?rev=137308
  * 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();
 	post_class();
 	wp_link_pages();
 	wp_link_pages();
 }
 }