Viewing 1 replies (of 1 total)
  • Thread Starter Joseph Persie

    (@zmijevik)

    Here is how to do it:
    Line 225 rte-comments.php

    function RTE_Comments() {
                    return current_user_can( 'unfiltered_html' ) ? RTE_Comments::getInstance() : FALSE;
            }

    to

    function RTE_Comments() {
                    return RTE_Comments::getInstance();
            }

Viewing 1 replies (of 1 total)

The topic ‘Must be an admin?’ is closed to new replies.