Adding clickable smilies to the post screen.
-
This works with 1.5.1.2
Download wp-admin/admin-functions.php
Open in Notepad / Wordpad or some other basic text editor
Find this line (it’s 572):
function the_quicktags () {
Line 589 is
echo '</div>';
Immediately above line 589, add this:
if (function_exists("wp_grins")) { echo ""; wp_grins(); }
Save, re-upload.
If you then get an error about ‘headers already sent’, do a search here or at Codex for that issue.
Yes, I know editing core files is not great, but this works.
(Credit for this to Beel)
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Adding clickable smilies to the post screen.’ is closed to new replies.