갯수 -> 개수 혹은 수 로 수정, 뮤죤님

This commit is contained in:
whitedot
2013-11-12 14:14:58 +09:00
parent b42ef72337
commit 3816645aae
6 changed files with 7 additions and 7 deletions

View File

@ -399,7 +399,7 @@ $editor_js = '';
$editor_js .= get_editor_js('wr_content', $is_dhtml_editor);
$editor_js .= chk_editor_js('wr_content', $is_dhtml_editor);
// 임시 저장된 글
// 임시 저장된 글 수
$autosave_count = autosave_count($member['mb_id']);
include_once(G5_PATH.'/head.sub.php');