Skip to content
Snippets Groups Projects
Select Git revision
  • 48b9ace85963d6213f467e41dd0c2edfee7f77d3
  • master default protected
  • renovate/golang.org-x-net-0.x
  • renovate/golang.org-x-crypto-0.x
  • renovate/go-1.x
  • renovate/golang.org-x-sync-0.x
  • renovate/github.com-protonmail-gopenpgp-v3-3.x
  • renovate/github.com-pquerna-otp-1.x
  • renovate/github.com-go-ldap-ldap-v3-3.x
  • renovate/github.com-prometheus-client_golang-1.x
  • renovate/git.autistici.org-id-auth-digest
  • renovate/github.com-protonmail-gopenpgp-v2-2.x
  • better-validation
13 results

actions_create.go

Blame
  • wp-fullscreen-stub.js 684 B
    /**
     * Distraction-Free Writing (wp-fullscreen) backward compatibility stub.
     * Todo: remove at the end of 2016.
     *
     * Original was deprecated in 4.1, removed in 4.3.
     */
    ( function() {
    	var noop = function(){};
    
    	window.wp = window.wp || {};
    	window.wp.editor = window.wp.editor || {};
    	window.wp.editor.fullscreen = {
    		bind_resize: noop,
    		dfwWidth: noop,
    		off: noop,
    		on: noop,
    		refreshButtons: noop,
    		resizeTextarea: noop,
    		save: noop,
    		switchmode: noop,
    		toggleUI: noop,
    
    		settings: {},
    		pubsub: {
    			publish: noop,
    			subscribe: noop,
    			unsubscribe: noop,
    			topics: {}
    		},
    		fade: {
    			In: noop,
    			Out: noop
    		},
    		ui: {
    			fade: noop,
    			init: noop
    		}
    	};
    }());