WordPress/wp-content/themes/twentyeleven
Scott Taylor b836d650bd On attachment pages for audio and video, display players. Currently, only a link is displayed. Add minimal CSS rules for compatibility with 2011, 2012, and 2013 themes.
In `prepend_attachment`, add logic to support attachment types that are not `image`.

In `get_post_class()`, don't add the `has-post-thumbnail` class for attachment pages.

Fixes #27243.


Built from https://develop.svn.wordpress.org/trunk@27622


git-svn-id: http://core.svn.wordpress.org/trunk@27465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-03-19 19:00:14 +00:00
..
colors Twenty Eleven: style a few more common input types. See #20579 and #21757. 2012-11-28 18:04:17 +00:00
images Use ImageOptim to losslessly smush our images. About half a MB in savings! fixes #22381. props waldojaquith 2012-11-07 18:49:10 +00:00
inc Twenty Eleven: remove doc block comments for @return void. See #27098. 2014-03-18 22:48:16 +00:00
js Update the HTML5 Shiv across the default themes to 3.7.0. 2014-02-25 17:18:14 +00:00
languages Default Themes: Update POT files for trunk (3.9-beta). 2014-03-18 19:21:15 +00:00
404.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
archive.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
author.php Default themes: Don't use /** docblocks for simple multiline comments. 2013-10-09 20:39:09 +00:00
category.php Default themes: Don't use /** docblocks for simple multiline comments. 2013-10-09 20:39:09 +00:00
comments.php Default themes: Don't use /** docblocks for simple multiline comments. 2013-10-09 20:39:09 +00:00
content-aside.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
content-featured.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
content-gallery.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
content-image.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
content-intro.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
content-link.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
content-page.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
content-quote.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
content-single.php Spell out duplicate hook locations. 2013-10-24 22:59:20 +00:00
content-status.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
content.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
editor-style-rtl.css Fix alignment buttons when there is no content in editor under RTL, props SergeyBiryukov, fixes 18247 2011-10-29 00:17:37 +00:00
editor-style.css Improve styling and markup for gallery and attachment MCE views. 2012-10-10 06:47:22 +00:00
footer.php Default themes: Don't use /** docblocks for simple multiline comments. 2013-10-09 20:39:09 +00:00
functions.php Spell out duplicate hook locations. 2013-10-24 22:59:20 +00:00
header.php Twenty Eleven: only show secondary skip link on pages with secondary content, and remove duplicate title attribute in site title output. Props bcworkz, fixes #26950. 2014-03-17 21:50:14 +00:00
image.php Default themes: Don't use /** docblocks for simple multiline comments. 2013-10-09 20:39:09 +00:00
index.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
license.txt Importing Duster theme, first pass at a candidate for twentyeleven theme. 2011-04-20 21:46:33 +00:00
page.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
readme.txt Importing Duster theme, first pass at a candidate for twentyeleven theme. 2011-04-20 21:46:33 +00:00
rtl.css Bundled themes: remove cases of :active and :hover pseudo-class selectors used for accessibility. These cases need :focus only. See r23783 and #23803. 2013-03-28 16:37:42 +00:00
screenshot.png Bundled themes: new screenshots at 880x660 to maximize theme goodness in the new theme viewer design. See #26159. 2013-12-06 22:07:10 +00:00
search.php Default themes: Don't use /** docblocks for simple multiline comments. 2013-10-09 20:39:09 +00:00
searchform.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
showcase.php Default themes: Don't use /** docblocks for simple multiline comments. 2013-10-09 20:39:09 +00:00
sidebar-footer.php Default themes: Don't use /** docblocks for simple multiline comments. 2013-10-09 20:39:09 +00:00
sidebar-page.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
sidebar.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
single.php Twenty Eleven: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256. 2013-09-25 16:50:11 +00:00
style.css On attachment pages for audio and video, display players. Currently, only a link is displayed. Add minimal CSS rules for compatibility with 2011, 2012, and 2013 themes. 2014-03-19 19:00:14 +00:00
tag.php Default themes: Don't use /** docblocks for simple multiline comments. 2013-10-09 20:39:09 +00:00

= TWENTY ELEVEN =

* by the WordPress team, http://wordpress.org/

== ABOUT TWENTY ELEVEN ==