Use jQuery .html() when processing HTML.
git-svn-id: https://develop.svn.wordpress.org/trunk@22916 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
69f1ab8b9c
commit
1119f34331
@ -97,7 +97,7 @@ inlineEditPost = {
|
|||||||
if ( $(this).prop('checked') ) {
|
if ( $(this).prop('checked') ) {
|
||||||
c = false;
|
c = false;
|
||||||
var id = $(this).val(), theTitle;
|
var id = $(this).val(), theTitle;
|
||||||
theTitle = $('#inline_'+id+' .post_title').text() || inlineEditL10n.notitle;
|
theTitle = $('#inline_'+id+' .post_title').html() || inlineEditL10n.notitle;
|
||||||
te += '<div id="ttle'+id+'"><a id="_'+id+'" class="ntdelbutton" title="'+inlineEditL10n.ntdeltitle+'">X</a>'+theTitle+'</div>';
|
te += '<div id="ttle'+id+'"><a id="_'+id+'" class="ntdelbutton" title="'+inlineEditL10n.ntdeltitle+'">X</a>'+theTitle+'</div>';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user