mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Revisions: Remove unused template. See #24425.
git-svn-id: http://core.svn.wordpress.org/trunk@24604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5c10250187
commit
79ea6dcb98
@ -327,7 +327,6 @@ window.wp = window.wp || {};
|
||||
// This contains the slider tickmarks.
|
||||
revisions.view.Tickmarks = wp.Backbone.View.extend({
|
||||
className: 'revisions-tickmarks',
|
||||
template: wp.template('revisions-tickmarks'),
|
||||
|
||||
numberOfTickmarksSet: function() {
|
||||
var tickCount = this.model.revisions.length - 1, // One tickmark per model
|
||||
|
@ -152,9 +152,6 @@ require_once( './admin-header.php' );
|
||||
</div>
|
||||
</script>
|
||||
|
||||
<script id="tmpl-revisions-tickmarks" type="text/html">
|
||||
</script>
|
||||
|
||||
<script id="tmpl-revisions-meta" type="text/html">
|
||||
<div id="diff-header">
|
||||
<div id="diff-header-from" class="diff-header">
|
||||
|
Loading…
Reference in New Issue
Block a user