Commit 8786d83b authored by Eric Mann's avatar Eric Mann
Browse files

Throwaway doc change to kickstart Travis

parent d96a3330
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ function s3_uploads_init() {
		return;
	}

	// Make sure the plugin is enabled when autoenable is on, or in a CLI system
	// Make sure the plugin is enabled when autoenable is on, or in a CLI system (so the migrate command works)
	if ( ( ! defined( 'WP_CLI') || ! WP_CLI ) &&                                      // If CLI is enabled, skip our other checks
	     ( defined( 'S3_UPLOADS_AUTOENABLE' ) && false === S3_UPLOADS_AUTOENABLE ) && // If the constant is used and set to false, skip
	     'enabled' !== get_option( 's3_uploads_enabled' ) ) {                         // If the plugin is not enabled, skip