mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-26 11:08:06 +01:00
64b9b4f940
on a theme that has a default background image. The onus is on the theme to omit the default background-image from style.css, to allow the user to remove the default background image. Or, the theme can specify a background-image for the body selector, as long as they then zero it out for body.custom-background, like so: {{{ body { background-image: url( ... ); } body.custom-background { background-image: none; } }}} This allows the theme to be compatible with the custom background feature but also gracefully degrade if the background feature is disabled. This is the same behavior as 3.3; setting a default image has simply been made more prominent in 3.4. Reverts [21013], also parts of [21001]. see #20448 for change and discussion history. see #20132, which will now be marked as invalid. Also, per previous changes in #20448, the custom-background class should not be shown when only a default color is in use. fixes #20448. git-svn-id: http://core.svn.wordpress.org/trunk@21054 1a063a9b-81f0-0310-95a4-ce76da25c4cd |
||
---|---|---|
.. | ||
crop | ||
imgareaselect | ||
jcrop | ||
jquery | ||
plupload | ||
scriptaculous | ||
swfupload | ||
thickbox | ||
tinymce | ||
admin-bar.dev.js | ||
admin-bar.js | ||
autosave.dev.js | ||
autosave.js | ||
colorpicker.dev.js | ||
colorpicker.js | ||
comment-reply.dev.js | ||
comment-reply.js | ||
customize-base.dev.js | ||
customize-base.js | ||
customize-loader.dev.js | ||
customize-loader.js | ||
customize-preview.dev.js | ||
customize-preview.js | ||
hoverIntent.dev.js | ||
hoverIntent.js | ||
json2.dev.js | ||
json2.js | ||
prototype.js | ||
quicktags.dev.js | ||
quicktags.js | ||
swfobject.js | ||
tw-sack.dev.js | ||
tw-sack.js | ||
wp-ajax-response.dev.js | ||
wp-ajax-response.js | ||
wp-list-revisions.dev.js | ||
wp-list-revisions.js | ||
wp-lists.dev.js | ||
wp-lists.js | ||
wp-pointer.dev.js | ||
wp-pointer.js | ||
wplink.dev.js | ||
wplink.js |