﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
12381	Switch away from constants to filters for {en|dis}abling and configuring features	westi	westi	"Inspired by #12229.

Basically we should do:

{{{<?php if ( apply_filters('enable_configuration_of_update_services', true) ) { }}}

rather than

{{{<?php if ( !is_multisite() || ( defined( 'UPDATE_SERVICES' ) && UPDATE_SERVICES ) ) { }}}

We don't need to make this check multisite specific."	defect (bug)	closed	normal	3.0	General	3.0	normal	fixed		juliobosk@…
