Commit Graph

364 Commits

Author SHA1 Message Date
Ryan Boren b85e8d138c Custom background fixes:
* Specify default background colors for the bundled themes.
* Change the default custom background callback to only operate on saved values, rather than default values.
* Prevent an unsaved default value from overriding a manually modified style.css file.

Props nacin, kobenland
fixes #20448


git-svn-id: https://develop.svn.wordpress.org/trunk@20973 602fd350-edb4-49c9-b593-d223f7449a82
2012-06-01 20:31:50 +00:00
Andrew Nacin e1c6f28e33 Provide a Text Domain header for Twenty Ten and Twenty Eleven. WP_Theme will then look to translate the style.css headers (name, author, description, etc.) on themes.php, even if the theme isn't activated. fixes #20448.
git-svn-id: https://develop.svn.wordpress.org/trunk@20946 602fd350-edb4-49c9-b593-d223f7449a82
2012-05-27 16:44:14 +00:00
potbot 7c562a712e POT, generated from r20474
git-svn-id: https://develop.svn.wordpress.org/trunk@20475 602fd350-edb4-49c9-b593-d223f7449a82
2012-04-15 21:17:55 +00:00
Andrew Nacin 95c85ceeee Flexible heights for Twenty Ten's custom headers. see #20448.
git-svn-id: https://develop.svn.wordpress.org/trunk@20474 602fd350-edb4-49c9-b593-d223f7449a82
2012-04-15 20:51:24 +00:00
Andrew Nacin 91bb85bcff Twenty Ten: Remove $locale.php file support. see #20448.
git-svn-id: https://develop.svn.wordpress.org/trunk@20473 602fd350-edb4-49c9-b593-d223f7449a82
2012-04-15 20:46:09 +00:00
Andrew Nacin 67f21026b9 Callbacks for custom headers and custom backgrounds registered through add_theme_support() are now wp-head-callback, admin-head-callback, and admin-preview-callback. see #19910.
git-svn-id: https://develop.svn.wordpress.org/trunk@20231 602fd350-edb4-49c9-b593-d223f7449a82
2012-03-21 03:36:17 +00:00
potbot 8239a17df0 POT, generated from r20226
git-svn-id: https://develop.svn.wordpress.org/trunk@20227 602fd350-edb4-49c9-b593-d223f7449a82
2012-03-20 22:16:07 +00:00
Andrew Nacin 27656b6d3f Move Twenty Ten and the rest of Twenty Eleven to add_theme_support() for headers and backgrounds. props sabreuse for initial patch. fixes #20265. see #20249.
git-svn-id: https://develop.svn.wordpress.org/trunk@20225 602fd350-edb4-49c9-b593-d223f7449a82
2012-03-20 21:32:42 +00:00
Andrew Nacin 7c0a450920 Add template names to theme pots. see #6007.
git-svn-id: https://develop.svn.wordpress.org/trunk@19968 602fd350-edb4-49c9-b593-d223f7449a82
2012-02-21 16:37:01 +00:00
Andrew Nacin 917a954113 Update POT files. Reflects a change in the makepot script to ensure consistency when files are generated. Remove duplicate header comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@19901 602fd350-edb4-49c9-b593-d223f7449a82
2012-02-10 16:38:48 +00:00
potbot 2c2b4b0c07 POT, generated from r19762
git-svn-id: https://develop.svn.wordpress.org/trunk@19763 602fd350-edb4-49c9-b593-d223f7449a82
2012-01-27 14:28:54 +00:00
Ryan Boren 63fc9195a5 Use one space, not two, after trailing punctuation. Prop Zeo. fixes #19537
git-svn-id: https://develop.svn.wordpress.org/trunk@19599 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-16 17:13:16 +00:00
potbot f12a285154 POT, generated from r19582
git-svn-id: https://develop.svn.wordpress.org/trunk@19583 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-10 19:27:25 +00:00
Ryan Boren 02a16905eb More consistent attribute escaping. Props nacin.
git-svn-id: https://develop.svn.wordpress.org/trunk@19582 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-10 19:18:51 +00:00
Andrew Nacin 0f56c7a48e overflow:auto for pre tags in Twenty Ten. props SergeyBiryukov, fixes #16317.
git-svn-id: https://develop.svn.wordpress.org/trunk@19300 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 20:15:05 +00:00
potbot 002ceaf932 POT, generated from r19244
git-svn-id: https://develop.svn.wordpress.org/trunk@19245 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-10 19:29:33 +00:00
Ryan Boren 00d6cc1e1b Make date formats for transation. Props SergeyBiryukov, settle. fixes #16441
git-svn-id: https://develop.svn.wordpress.org/trunk@19241 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-10 18:37:20 +00:00
Andrew Ozz c8c19d8591 Fix alignment buttons when there is no content in editor under RTL, props SergeyBiryukov, fixes 18247
git-svn-id: https://develop.svn.wordpress.org/trunk@19085 602fd350-edb4-49c9-b593-d223f7449a82
2011-10-29 00:17:37 +00:00
Andrew Nacin 51d0bd90f6 Use get_template_directory() instead of TEMPLATEPATH in Twentys Ten and Eleven. props solarisssmoke, fixes #18071.
git-svn-id: https://develop.svn.wordpress.org/trunk@19058 602fd350-edb4-49c9-b593-d223f7449a82
2011-10-25 04:42:16 +00:00
Andrew Ozz 15381afe70 Fix UL, OL in Twenty Ten editor-style.css, see #18314
git-svn-id: https://develop.svn.wordpress.org/trunk@18800 602fd350-edb4-49c9-b593-d223f7449a82
2011-09-28 15:16:30 +00:00
potbot 1132a1c80b POT, generated from r18298
git-svn-id: https://develop.svn.wordpress.org/trunk@18299 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-13 13:27:43 +00:00
Andrew Ozz 0ea87b527d Implement rel="author" in Twenty Eleven and Twenty Ten, props joostdevalk, fixes #17722
git-svn-id: https://develop.svn.wordpress.org/trunk@18189 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 02:02:09 +00:00
potbot 77ccb220a4 POT, generated from r17478
git-svn-id: https://develop.svn.wordpress.org/trunk@17479 602fd350-edb4-49c9-b593-d223f7449a82
2011-02-22 08:27:30 +00:00
Andrew Nacin e63f2549db Back compat with the gallery_style filter in Twenty Ten. fixes #16610 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@17478 602fd350-edb4-49c9-b593-d223f7449a82
2011-02-22 08:23:30 +00:00
Ryan Boren f7f96d2f1f 3.0 compat for twentyten
git-svn-id: https://develop.svn.wordpress.org/trunk@17469 602fd350-edb4-49c9-b593-d223f7449a82
2011-02-21 18:35:37 +00:00
Andrew Nacin e08ea2a111 Clear floats before page links in Twenty Ten. props chipbennett, fixes #16178.
git-svn-id: https://develop.svn.wordpress.org/trunk@17331 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-19 19:56:54 +00:00
potbot bea3157e88 POT, generated from r17305
git-svn-id: https://develop.svn.wordpress.org/trunk@17306 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 01:27:02 +00:00
Andrew Nacin 211ed39112 Add twentyten_attachment_height filter. props lancewillett, fixes #14402.
git-svn-id: https://develop.svn.wordpress.org/trunk@17305 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-15 01:12:00 +00:00
Andrew Nacin 5670ad00c6 Check for theme support before calling has_post_thumbnail for child theme compatibility. see #14903.
git-svn-id: https://develop.svn.wordpress.org/trunk@17300 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-14 19:16:21 +00:00
Andrew Nacin 26e7626463 Add post format CSS to Twenty Ten. props iandstewart, fixes #16141.
git-svn-id: https://develop.svn.wordpress.org/trunk@17236 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-07 17:07:34 +00:00
Andrew Nacin 61161d86ba Correct docs for TT version number. props Jayjdk, fixes #16087.
git-svn-id: https://develop.svn.wordpress.org/trunk@17212 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-03 22:47:05 +00:00
potbot cd7212fd83 POT, generated from r17164
git-svn-id: https://develop.svn.wordpress.org/trunk@17165 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-28 23:26:59 +00:00
Andrew Nacin ca57ff7d68 We'll release Twenty Ten 1.2 with 3.1. fixes #15990.
git-svn-id: https://develop.svn.wordpress.org/trunk@17164 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-28 22:57:37 +00:00
potbot 84dfe07aa9 POT, generated from r17111
git-svn-id: https://develop.svn.wordpress.org/trunk@17112 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-22 18:27:03 +00:00
Andrew Nacin d99ae62140 Revert [16614] and [16614]. Deal with plural form issues in early 3.2 and remove the hacks from Twenty Ten. see #13651.
git-svn-id: https://develop.svn.wordpress.org/trunk@17111 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-22 18:06:56 +00:00
potbot a316d3ec29 POT, generated from r17092
git-svn-id: https://develop.svn.wordpress.org/trunk@17093 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-20 22:21:43 +00:00
Andrew Nacin 21ea69a1d7 Handle 'This gallery contains X photos' properly in Twenty Ten. fixes #15858.
git-svn-id: https://develop.svn.wordpress.org/trunk@17072 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-20 09:34:58 +00:00
Mark Jaquith 589ccc5ac7 Mark Twenty Ten as GPL per new theme directory guidelines. props pross. fixes #15632
git-svn-id: https://develop.svn.wordpress.org/trunk@16883 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-12 07:02:18 +00:00
Andrew Nacin 82c7adaec6 Utilize gallery-columns-# classes in Twenty Ten. props ianstewart, lancewillett. fixes #15103.
git-svn-id: https://develop.svn.wordpress.org/trunk@16869 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-11 04:05:32 +00:00
potbot aa21762023 POT, generated from r16866
git-svn-id: https://develop.svn.wordpress.org/trunk@16867 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-10 20:21:45 +00:00
Andrew Nacin 468bab05a7 Deprecate twentyten_remove_gallery_css in favor of the use_default_gallery_style filter. see #15103.
git-svn-id: https://develop.svn.wordpress.org/trunk@16866 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-10 19:27:12 +00:00
potbot 2fcbcdad76 POT, generated from r16782
git-svn-id: https://develop.svn.wordpress.org/trunk@16783 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-08 00:21:45 +00:00
Andrew Nacin 52c8599189 Add 'View Galleries' link for post formats. fixes #15506.
git-svn-id: https://develop.svn.wordpress.org/trunk@16782 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-07 23:31:35 +00:00
potbot 7e29ed550e POT, generated from r16729
git-svn-id: https://develop.svn.wordpress.org/trunk@16730 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-05 04:21:31 +00:00
Andrew Nacin d61f1f5ce2 Fix typo in TT loop.php. props wpcanyon, markmcwilliams. fixes #15537.
git-svn-id: https://develop.svn.wordpress.org/trunk@16727 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-05 02:18:07 +00:00
Andrew Nacin 9071bdef45 Fix comment number in Twenty Ten when there is one comment. Due to how these values are then passed to comments_popup_link(). We need to fix this. see #13651.
git-svn-id: https://develop.svn.wordpress.org/trunk@16726 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-05 02:15:51 +00:00
potbot bc10d6fb59 POT, generated from r16675
git-svn-id: https://develop.svn.wordpress.org/trunk@16676 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-02 00:21:46 +00:00
Andrew Nacin 4c0ef1e0ba Allow the various header constants to be redefined in Twenty Ten. see #14903.
git-svn-id: https://develop.svn.wordpress.org/trunk@16675 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-02 00:17:12 +00:00
potbot 0829265944 POT, generated from r16617
git-svn-id: https://develop.svn.wordpress.org/trunk@16618 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-29 20:21:41 +00:00
Nikolay Bachiyski ca368c129f Make comments_popup_link() calls in Twenty Ten respect languages with multiple plural forms until we add such support in comments_number(). See #13651, props zeo
git-svn-id: https://develop.svn.wordpress.org/trunk@16614 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-29 18:42:31 +00:00
potbot bb266c9801 POT, generated from r16590
git-svn-id: https://develop.svn.wordpress.org/trunk@16591 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-25 20:21:41 +00:00
Andrew Nacin af99a5e368 Only link to the Gallery category if the post is in the category. (It may be a format.) see #15506, see #15378.
git-svn-id: https://develop.svn.wordpress.org/trunk@16589 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-25 18:59:19 +00:00
potbot c05b55b066 POT, generated from r16540
git-svn-id: https://develop.svn.wordpress.org/trunk@16541 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-23 00:22:47 +00:00
Andrew Nacin f82118f579 Add a simple filter to allow removing the recent comments default widget styles. fixes #15493, see #14876.
git-svn-id: https://develop.svn.wordpress.org/trunk@16522 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-21 13:55:11 +00:00
potbot 794e39317a POT, generated from r16480
git-svn-id: https://develop.svn.wordpress.org/trunk@16481 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-19 08:21:40 +00:00
Andrew Nacin c5665d8ed2 Twenty Ten code cleanups. props lancewillett, fixes #15476.
git-svn-id: https://develop.svn.wordpress.org/trunk@16480 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-19 05:37:47 +00:00
Andrew Nacin 81200f91c7 Don't pass optional argument with its default value. props hakre, fixes #15450.
git-svn-id: https://develop.svn.wordpress.org/trunk@16434 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-17 17:33:08 +00:00
Peter Westwood b08df21c26 Revert most of [16332] - renaming and deprecating a commonly used function is silly. Improving it is good. Fixes #15407.
git-svn-id: https://develop.svn.wordpress.org/trunk@16334 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-12 21:53:15 +00:00
scribu 11f20d737c Replace get_the_category() with get_the_categories(). Props filosofo. Fixes #15407
git-svn-id: https://develop.svn.wordpress.org/trunk@16332 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-12 20:05:37 +00:00
potbot d9d6469f13 POT, generated from r16218
git-svn-id: https://develop.svn.wordpress.org/trunk@16219 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-06 00:21:40 +00:00
Andrew Nacin a5385f31bb Twenty Ten bump to 1.3-alpha in trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@16216 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-05 22:33:37 +00:00
potbot c27b273bd0 POT, generated from r16198
git-svn-id: https://develop.svn.wordpress.org/trunk@16199 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-05 04:21:43 +00:00
Mark Jaquith 2cc7354154 Add Post Format support to TwentyTen. Can now use this to designate an Aside or a Gallery! see #14746
git-svn-id: https://develop.svn.wordpress.org/trunk@16197 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-05 02:25:41 +00:00
potbot 0ec9f6ff0b POT, generated from r16175
git-svn-id: https://develop.svn.wordpress.org/trunk@16176 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-04 08:21:52 +00:00
Mark Jaquith ef54c47f7a add_theme_support( 'post-formats', array( 'aside', 'image', 'etc' ) ); Add UI for choosing a post format, and save the choice. see #14746
git-svn-id: https://develop.svn.wordpress.org/trunk@16174 602fd350-edb4-49c9-b593-d223f7449a82
2010-11-04 07:41:07 +00:00
Andrew Nacin 7b6f24eeeb Add a class to 'Your comment is awaiting moderation' in the comment walker and Twenty Ten's callback. fixes #15206.
git-svn-id: https://develop.svn.wordpress.org/trunk@16028 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-28 03:58:51 +00:00
Andrew Nacin 8e7e99047e Fix some encoding issues. props hakre, fixes #14735.
git-svn-id: https://develop.svn.wordpress.org/trunk@16005 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-27 09:54:17 +00:00
Andrew Nacin ded564abf0 Wasn't me.
git-svn-id: https://develop.svn.wordpress.org/trunk@15997 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-27 02:23:57 +00:00
Andrew Nacin c1bbe2983f Add 'Check Again' button and timestamp to update-core. Also return the same error message for themes as we do for plugins when no checkboxes are checked. fixes #14764.
git-svn-id: https://develop.svn.wordpress.org/trunk@15996 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-27 02:21:49 +00:00
Andrew Nacin 4169c12b8a Don't let widget select boxes get cut off by the sidebar in Twenty Ten. props iandstewart, fixes #15114 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@15953 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-24 21:45:35 +00:00
Andrew Nacin a3f3e3f21c Fix long taglines hidden under the header image lte IE7. props iandstewart, fixes #15113 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@15950 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-24 21:40:17 +00:00
potbot eba5529573 POT, generated from r15788
git-svn-id: https://develop.svn.wordpress.org/trunk@15789 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-13 12:29:42 +00:00
Andrew Nacin 70d68a8cb7 svn add attachment.php. see #15078, r15762.
git-svn-id: https://develop.svn.wordpress.org/trunk@15763 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-09 09:19:37 +00:00
Andrew Nacin 099000c367 Use get_template_part() for single.php, attachment.php, page.php, and our page template in Twenty Ten. Introduces loop-page/single/attachment.php. props koopersmith, fixes #15078.
git-svn-id: https://develop.svn.wordpress.org/trunk@15762 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-09 09:17:42 +00:00
Ryan Boren 0f59f34cc0 Fix header positioning in IE9. Props iandstewart. fixes #14883
git-svn-id: https://develop.svn.wordpress.org/trunk@15658 602fd350-edb4-49c9-b593-d223f7449a82
2010-09-24 19:56:56 +00:00
potbot 6a594b3d11 POT, generated from r15609
git-svn-id: https://develop.svn.wordpress.org/trunk@15610 602fd350-edb4-49c9-b593-d223f7449a82
2010-09-12 16:21:34 +00:00
Andrew Nacin 63247d6dc3 Fix image size handling in Twenty Ten. props lancewillett, iandstewart, see #14303 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@15609 602fd350-edb4-49c9-b593-d223f7449a82
2010-09-12 15:21:29 +00:00
Nikolay Bachiyski 4f540111ff Set IE6 incompatible CSS rule in a different selector, because it causes all headings to be set in Georgia instead of Helvetica & co. Fixes #14688. Props iammattthomas
git-svn-id: https://develop.svn.wordpress.org/trunk@15532 602fd350-edb4-49c9-b593-d223f7449a82
2010-08-25 19:12:01 +00:00
Andrew Nacin 11c84be979 Check for header image before showing it, in Twenty Ten. props koopersmith, see #14486 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@15520 602fd350-edb4-49c9-b593-d223f7449a82
2010-08-23 05:58:55 +00:00
Andrew Nacin 04e5e859d8 Clear #main in Twenty Ten to fix rendering in old Gecko browsers. props demetris, fixes #13991 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@15464 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-22 20:44:03 +00:00
potbot 666b031fdb POT, generated from r15430
git-svn-id: https://develop.svn.wordpress.org/trunk@15431 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-14 16:21:33 +00:00
Andrew Nacin 21ee162f34 s/TwentyTen/Twenty Ten/ so we don't wipe theme mods and the current theme cache. for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@15428 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-14 14:16:14 +00:00
Andrew Nacin 44bc91eedd Twenty Ten minor image style edits. props iandstewart, fixes #14303 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@15421 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-14 01:16:08 +00:00
potbot d8fd779ffc POT, generated from r15418
git-svn-id: https://develop.svn.wordpress.org/trunk@15419 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-14 00:21:42 +00:00
Andrew Nacin 1a826a4506 Bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@15417 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-13 22:27:20 +00:00
Andrew Nacin 51f14ccbc4 style.css cleanup. props lancewillett, see #14298 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@15416 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-13 22:20:26 +00:00
Andrew Nacin 9fa8ec9493 Twenty Ten: Rename to appease the theme directory gods, version bump, and new description from lancewillett and iandstewart. fixes #14298.
git-svn-id: https://develop.svn.wordpress.org/trunk@15413 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-13 22:09:36 +00:00
Andrew Nacin 11d4c3287c It's called WordPress. props zeo, fixes #14293.
git-svn-id: https://develop.svn.wordpress.org/trunk@15400 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-13 03:00:08 +00:00
potbot 88df62bfe0 POT, generated from r15397
git-svn-id: https://develop.svn.wordpress.org/trunk@15398 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-12 20:21:38 +00:00
Andrew Nacin 8c40edd236 style.css updates for theme repo sync. see #14284.
git-svn-id: https://develop.svn.wordpress.org/trunk@15397 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-12 20:00:35 +00:00
Andrew Nacin 56489b6404 Center images on attachment pages in Twenty Ten. props lancewillett. see #14284.
git-svn-id: https://develop.svn.wordpress.org/trunk@15393 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-12 19:45:09 +00:00
Andrew Nacin 2e19f3d22e Update to Twenty Ten 1.0.3 from theme dir. see #14284.
git-svn-id: https://develop.svn.wordpress.org/trunk@15392 602fd350-edb4-49c9-b593-d223f7449a82
2010-07-12 19:40:21 +00:00
potbot 5d435fd623 POT, generated from r15261
git-svn-id: https://develop.svn.wordpress.org/trunk@15262 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-15 16:21:22 +00:00
Andrew Nacin eded964f75 In Twenty Ten, don't use the filter on wp_title in feeds.
git-svn-id: https://develop.svn.wordpress.org/trunk@15261 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-15 12:27:07 +00:00
potbot d6c01251c0 POT, generated from r15250
git-svn-id: https://develop.svn.wordpress.org/trunk@15251 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-14 12:22:00 +00:00
Andrew Nacin b266cf37cb Don't pass bogus argument to the_excerpt. props zeo, fixes #13883.
git-svn-id: https://develop.svn.wordpress.org/trunk@15247 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-14 08:24:34 +00:00
potbot f86cd27d77 POT, generated from r15235
git-svn-id: https://develop.svn.wordpress.org/trunk@15236 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-11 20:22:22 +00:00
Andrew Nacin 63389cff50 Make sure no output is sent in Twenty Ten before get_header(). fixes #13851.
git-svn-id: https://develop.svn.wordpress.org/trunk@15226 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-11 16:55:41 +00:00
potbot bad0912739 POT, generated from r15222
git-svn-id: https://develop.svn.wordpress.org/trunk@15223 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-11 16:22:17 +00:00
Ron Rennick c49bbc943f arrange twentyten strings for easier translation, props zeo, fixes #13824
git-svn-id: https://develop.svn.wordpress.org/trunk@15222 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-11 16:15:25 +00:00