Standardize around "post image" instead of "post thumbnail"

git-svn-id: https://develop.svn.wordpress.org/trunk@12339 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2009-12-08 16:34:04 +00:00
parent 009fe3e343
commit 51e25872a6
9 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ commentsBox = {
};
WPSetThumbnailHTML = function(html){
$('.inside', '#postthumbnaildiv').html(html);
$('.inside', '#postimagediv').html(html);
};
WPSetThumbnailID = function(id){