Преглед изворни кода

Removed reference to absent function that was previously removed. (#5707)

Jason Crist пре 3 година
родитељ
комит
f93a623aa1
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      livro/functions.php

+ 0 - 3
livro/functions.php

@@ -59,8 +59,5 @@ endif;
 
 
 add_action( 'wp_enqueue_scripts', 'livro_styles' );
 add_action( 'wp_enqueue_scripts', 'livro_styles' );
 
 
-
-add_action( 'admin_init', 'livro_editor_styles' );
-
 // Add block patterns
 // Add block patterns
 require get_template_directory() . '/inc/block-patterns.php';
 require get_template_directory() . '/inc/block-patterns.php';