Changeset 8765 for trunk/wp-admin/includes/template.php
- Timestamp:
- 08/28/2008 10:09:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r8764 r8765 1035 1035 1036 1036 if ( 'spam' != $the_comment_status ) 1037 $actions['reply'] = ' | <a onclick="commentReply.open(\''.$comment->comment_ID.'\',\''.$post->ID.'\',this);return false;" title="'.__('Reply to this comment').'" href="#">' . __('Reply') . '</a>';1037 $actions['reply'] = '<span class="hide-if-no-js"> | <a onclick="commentReply.open(\''.$comment->comment_ID.'\',\''.$post->ID.'\',this);return false;" title="'.__('Reply to this comment').'" href="#">' . __('Reply') . '</a></span>'; 1038 1038 1039 1039 $actions = apply_filters( 'comment_row_actions', $actions, $comment );
Note: See TracChangeset
for help on using the changeset viewer.