560
// 펀컴 수정 ---------------------------------------------------------------- add_action('admin_head', 'my_custom_fonts'); function my_custom_fonts() { echo '<style> body, td, textarea, input, select { .notice, div.error, div.updated { display: none; } #adminmenu a, #catlist a, #taglist a { text-decoration: none; font-weight: 300; } } </style>'; }