Changeset 225212
- Timestamp:
- 04/04/2010 01:02:56 PM (16 years ago)
- File:
-
- 1 edited
-
custom-avatars-for-comments/trunk/inc/frontend.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-avatars-for-comments/trunk/inc/frontend.php
r225211 r225212 152 152 if ( !empty( $deselectlink ) ) { ?> 153 153 <div class="comment-avatars-deselect-link"> 154 <input type="radio" name="comment_avatar" value="0" onclick="comment_avatars_js_deselect_all();" /> <?php 154 <input type="radio" name="comment_avatar" value="0" onclick="comment_avatars_js_deselect_all();" /> 155 <span> <?php 155 156 echo $deselectlink ?> 157 </span> 156 158 </div> <?php 157 159 }
Note: See TracChangeset
for help on using the changeset viewer.