cp_deprecated_styles()

Stylesheets no longer used by core since CP-2.1.0


Return

(array) Array of deprecated stylesheet handles.


Source

File: wp-admin/includes/deprecated.php

function cp_deprecated_styles() {
	return array(
		// Deprecated since ClassicPress 2.2.0
		'deprecated-media'    => 'CP-2.2.0',
		'colors-fresh'        => 'CP-2.2.0',
		'open-sans'           => 'CP-2.2.0',
		'jcrop'               => 'CP-2.2.0',
		'wp-jquery-ui-dialog' => 'CP-2.2.0',
		'farbtastic'          => 'CP-2.2.0',
		'thickbox'            => 'CP-2.2.0',
	);
}

Changelog

Changelog
Version Description
CP-2.3.0 - implement associative array, lists library name and ClassicPress version when deprecated CP-2.3.0
  • implement associative array, lists library name and ClassicPress version when deprecated
CP-2.2.0 Introduced. CP-2.2.0