Changeset 7748

Show
Ignore:
Timestamp:
01/31/07 20:17:25 (18 months ago)
Author:
alexkingorg
Message:

small changes and readme updates

Location:
wp-grins/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • wp-grins/trunk/README.txt

    r7589 r7748  
    2323== Known Issues == 
    2424 
    25 None. 
     25Your theme must include the `wp_head` call and the comments field in your theme must have an id of `comment`; 
    2626 
    2727 
    2828== Frequently Asked Questions == 
     29 
     30= Why don't the smilies show up in my comments form? = 
     31 
     32See the Known Issues above. 
     33 
    2934 
    3035= Anything else? = 
  • wp-grins/trunk/wp-grins.php

    r7589 r7748  
    1919Plugin URI: http://alexking.org/projects/wordpress 
    2020Description: A Clickable Smilies hack for WordPress. 
    21 Version: 1.3 
     21Version: 1.4dev 
    2222Author: Alex King 
    2323Author URI: http://alexking.org 
     
    4545      print('<script type="text/javascript" src="'.get_bloginfo('wpurl').'/index.php?ak_action=wp_grins_js"></script>'."\n"); 
    4646      ak_prototype(); 
     47      print(' 
     48<style="text/css"> 
     49#wp_grins img { 
     50      cursor: pointer; 
     51</style> 
     52<!--[if IE]> 
     53<style="text/css"> 
     54#wp_grins img { 
     55      cursor: hand; 
     56</style> 
     57<![endif]--> 
     58      '); 
    4759} 
    4860