Fix closing tag in revisions UI. props adamsilverstein. fixes #23999.
git-svn-id: http://core.svn.wordpress.org/trunk@23934 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f0fdba27ba
commit
beffadaefc
|
@ -145,7 +145,7 @@ require_once( './admin-header.php' );
|
|||
<div class="diff-col-title-removed"><span><?php _e( 'Removed -' ); ?></span></div>
|
||||
<div class="diff-col-title-added"><span><?php _e( 'Added +' ); ?></span></div>
|
||||
<div class="clear"></div>
|
||||
</div
|
||||
</div>
|
||||
|
||||
<div>{{{ data.diff }}}</div>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue