mirror of
https://github.com/typecho/typecho.git
synced 2025-03-19 01:19:40 +01:00
Merge branch 'master' of github.com:typecho/typecho
This commit is contained in:
commit
89293e80aa
@ -27,8 +27,8 @@ include 'menu.php';
|
||||
</colgroup>
|
||||
|
||||
<thead>
|
||||
<th>截图</th>
|
||||
<th>详情</th>
|
||||
<th><?php _e('截图'); ?></th>
|
||||
<th><?php _e('详情'); ?></th>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
@ -370,10 +370,10 @@ class Helper
|
||||
* @param string $formId 表单id
|
||||
* @return void
|
||||
*/
|
||||
public static function cancleCommentReplyLink($word = 'Cancle', $formId = 'respond')
|
||||
public static function cancelCommentReplyLink($word = 'Cancel', $formId = 'respond')
|
||||
{
|
||||
if (self::options()->commentsThreaded) {
|
||||
echo '<a href="#' . $formId . '" rel="nofollow" onclick="return typechoCancleCommentReply(\'' .
|
||||
echo '<a href="#' . $formId . '" rel="nofollow" onclick="return typechoCancelCommentReply(\'' .
|
||||
$formId . '\');">' . $word . '</a>';
|
||||
}
|
||||
}
|
||||
@ -419,7 +419,7 @@ var typechoAddCommentReply = function (cid, coid, cfid, style) {
|
||||
return false;
|
||||
};
|
||||
|
||||
var typechoCancleCommentReply = function (cfid) {
|
||||
var typechoCancelCommentReply = function (cfid) {
|
||||
var _cf = document.getElementById(cfid),
|
||||
_cfh = document.getElementById('comment-form-place-holder');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user