Wordpress/wp-content/themes/twentyten
Lance Willett e9746944fa Twenty Ten: change gallery category post meta output to check for a "gallery" category using `get_term_by()` to avoid a possible WP_Error for an empty result by getting a false (boolean) return value instead.
And, change link output to use `get_category_link()` instead of `get_term_link()`.

Props SergeyBiryukov and keoshi, fixes #23837.

git-svn-id: https://develop.svn.wordpress.org/trunk@23793 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-22 22:56:55 +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
languages POT, generated from r23722 2013-03-15 19:19:45 +00:00
404.php
archive.php
attachment.php
author.php
category.php
comments.php Twenty Ten: clean up r22617, remove extra end comment and indent code. See #20469. 2012-11-16 22:06:01 +00:00
editor-style-rtl.css
editor-style.css
footer.php Twenty Ten and Eleven: remove invalid rel attribute generator from footer markup, see #22095. 2012-10-12 16:13:37 +00:00
functions.php Twenty Ten and Twenty Eleven: revert r23720 and r23721 (closes #23772) and r23718 and r23719 (closes #23774). 2013-03-22 16:15:24 +00:00
header.php Twenty Ten and Twenty Eleven: revert r23720 and r23721 (closes #23772) and r23718 and r23719 (closes #23774). 2013-03-22 16:15:24 +00:00
index.php
license.txt
loop-attachment.php
loop-page.php
loop-single.php
loop.php Twenty Ten: change gallery category post meta output to check for a "gallery" category using `get_term_by()` to avoid a possible WP_Error for an empty result by getting a false (boolean) return value instead. 2013-03-22 22:56:55 +00:00
onecolumn-page.php
page.php
rtl.css Twenty Ten: style a few more input types, and fix missing quotes around types in selectors. See #20579. 2012-11-28 17:49:43 +00:00
screenshot.png Twenty Ten and Eleven: update screenshot.png files in both themes to double-sized versions for HiDPI support. Fixes #21388. 2012-10-04 17:43:20 +00:00
search.php
sidebar-footer.php
sidebar.php
single.php
style.css Twenty Ten: prevent overflow for large, captioned images. Fixes #22820, props obenland. 2013-02-22 17:42:04 +00:00
tag.php