소스 검색

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( 'admin_init', 'livro_editor_styles' );
-
 // Add block patterns
 require get_template_directory() . '/inc/block-patterns.php';