Created
October 9, 2013 21:02
-
-
Save 350d/6908336 to your computer and use it in GitHub Desktop.
Disqus comment manager fix for Wordpress
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
function dsq_fix() { | |
echo '<style type="text/css">div.dsq-main {height:100%;min-height:100%;}</style>'; | |
} | |
add_action('admin_head', 'dsq_fix'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment