mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Turn off debug mode in revisions.
See #24425. git-svn-id: http://core.svn.wordpress.org/trunk@24699 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c48efb30d4
commit
57a2e139de
@ -9,7 +9,7 @@ window.wp = window.wp || {};
|
||||
revisions.settings = _.isUndefined( _wpRevisionsSettings ) ? {} : _wpRevisionsSettings;
|
||||
|
||||
// For debugging
|
||||
revisions.debug = true;
|
||||
revisions.debug = false;
|
||||
|
||||
revisions.log = function() {
|
||||
if ( window.console && revisions.debug )
|
||||
|
Loading…
Reference in New Issue
Block a user