Changeset 19900
- Timestamp:
- 09/25/07 21:25:58 (9 months ago)
- Files:
-
- comment-license/trunk/comment-license.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
comment-license/trunk/comment-license.php
r19881 r19900 72 72 <h2>'.__('README', 'comment-license').'</h2> 73 73 <p>'.__('Find answers to common questions here.', 'comment-license').'</p> 74 <iframe id="ak tt_readme" src="http://alexking.org/projects/wordpress/readme?project=comment-license"></iframe>74 <iframe id="ak_readme" src="http://alexking.org/projects/wordpress/readme?project=comment-license"></iframe> 75 75 </div> 76 76 '); … … 90 90 add_action('admin_menu', 'akcl_menu_items'); 91 91 92 function akcl_admin_head() { 93 print(' 94 <style type="text/css"> 95 #ak_readme { 96 height: 300px; 97 width: 95%; 98 } 99 </style> 100 '); 101 } 102 add_action('admin_head', 'akcl_admin_head'); 103 92 104 ?>
