Changeset 7748
- Timestamp:
- 01/31/07 20:17:25 (18 months ago)
- Location:
- wp-grins/trunk
- Files:
-
- 2 modified
-
README.txt (modified) (1 diff)
-
wp-grins.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-grins/trunk/README.txt
r7589 r7748 23 23 == Known Issues == 24 24 25 None. 25 Your theme must include the `wp_head` call and the comments field in your theme must have an id of `comment`; 26 26 27 27 28 28 == Frequently Asked Questions == 29 30 = Why don't the smilies show up in my comments form? = 31 32 See the Known Issues above. 33 29 34 30 35 = Anything else? = -
wp-grins/trunk/wp-grins.php
r7589 r7748 19 19 Plugin URI: http://alexking.org/projects/wordpress 20 20 Description: A Clickable Smilies hack for WordPress. 21 Version: 1. 321 Version: 1.4dev 22 22 Author: Alex King 23 23 Author URI: http://alexking.org … … 45 45 print('<script type="text/javascript" src="'.get_bloginfo('wpurl').'/index.php?ak_action=wp_grins_js"></script>'."\n"); 46 46 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 '); 47 59 } 48 60
