This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.login{ | |
background-color: #fff; | |
background-image: url(http://2013.tokyo.wordcamp.org/files/2013/06/bg_kabuki.png); | |
} | |
.login h1 a { | |
background-image: url(http://2013.tokyo.wordcamp.org/files/2013/07/head_wapuu.png); | |
background-size: 274px 300px; | |
} | |
.login h1 a { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* コメント機能の無効化 | |
* | |
* @package MHICustom | |
*/ | |
add_action( | |
'admin_init', | |
function () { |