Commit Graph

861 Commits

Author SHA1 Message Date
Andrew Ozz 77e331046b TwentyEleven: prevent #nav-single from blocking clicks, props SergeyBiryukov, fixes #18884
git-svn-id: https://develop.svn.wordpress.org/trunk@19369 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 02:59:23 +00:00
potbot 8da8a36e89 POT, generated from r19351
git-svn-id: https://develop.svn.wordpress.org/trunk@19352 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 04:48:00 +00:00
Andrew Ozz b62a5ac879 Twenty Eleven: footer widgets shouldn't appear on the 404 page, props iandstewart, fixes #18933
git-svn-id: https://develop.svn.wordpress.org/trunk@19348 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 04:16:39 +00:00
Andrew Ozz 74006f881c Twenty Eleven: Custom shadows for comment avatars in the dark color scheme, props iandstewart, fixes #18930
git-svn-id: https://develop.svn.wordpress.org/trunk@19347 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-19 04:07:54 +00:00
potbot 193c29c022 POT, generated from r19308
git-svn-id: https://develop.svn.wordpress.org/trunk@19309 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-16 00:48:06 +00:00
Andrew Nacin 94d5ab637c Indent code within an inside Twenty Eleven's ephemera widget. props lloydbudd, fixes #18751.
git-svn-id: https://develop.svn.wordpress.org/trunk@19308 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-16 00:08:29 +00:00
Andrew Nacin 11fb1f6b78 Properly adjust margins for ordered lists in RTL in Twenty Eleven. props wpweaver. fixes #19072.
git-svn-id: https://develop.svn.wordpress.org/trunk@19303 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 20:20:43 +00:00
Andrew Nacin e327ae9f74 Higher z-index for #branding in Twenty Eleven. props matveb. fixes #18938.
git-svn-id: https://develop.svn.wordpress.org/trunk@19302 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 20:18:22 +00:00
Andrew Nacin 2283d108e5 Highlight current-menu-item and current-menu-ancestor in Twenty Eleven. props Viper007Bond, fixes #18643.
git-svn-id: https://develop.svn.wordpress.org/trunk@19301 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 20:16:56 +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
Andrew Nacin 74d1d7012f Better fluid/responsive image styles in Twenty Eleven. props iandstewart, lancewillett, fixes #18940.
git-svn-id: https://develop.svn.wordpress.org/trunk@19292 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 02:20:44 +00:00
Andrew Nacin 2ad89eb3ce Make sure embeds and iframes fit their containers in Twenty Eleven. props matveb, fixes #18941.
git-svn-id: https://develop.svn.wordpress.org/trunk@19291 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 02:16:58 +00:00
Andrew Nacin c71fea0654 Use get_template_directory() for include paths in Twenty Eleven, rather than FILE magic constant. Won't go stale when twentyeleven_setup() is overridden. props TomAuger, fixes #18985.
git-svn-id: https://develop.svn.wordpress.org/trunk@19289 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 00:37:50 +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
potbot 5eaef48e58 POT, generated from r19242
git-svn-id: https://develop.svn.wordpress.org/trunk@19243 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-10 18:47:54 +00:00
Andrew Nacin c69fd63823 Make twentyeleven_content_nav() pluggable. props adeptris, SergeyBiryukov. fixes #18585.
git-svn-id: https://develop.svn.wordpress.org/trunk@19242 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-10 18:41:05 +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
potbot f070af72a5 POT, generated from r19237
git-svn-id: https://develop.svn.wordpress.org/trunk@19238 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-10 14:47:40 +00:00
Ryan Boren a9e58170af Contextual help for Twenty Eleven theme options page. see #19020
git-svn-id: https://develop.svn.wordpress.org/trunk@19237 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-10 14:01:46 +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
Ryan Boren f14c0a52b4 phpdoc fix. Props Jayjdk. fixes #18965
git-svn-id: https://develop.svn.wordpress.org/trunk@18978 602fd350-edb4-49c9-b593-d223f7449a82
2011-10-17 15:58: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 e5a2801c6b POT, generated from r18458
git-svn-id: https://develop.svn.wordpress.org/trunk@18459 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-21 21:48:02 +00:00
Andrew Nacin f376d654b8 Fix @sinces in Twenty Eleven. see #18045.
git-svn-id: https://develop.svn.wordpress.org/trunk@18458 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-21 21:44:47 +00:00
Andrew Nacin f4ca2f5b82 Use the Settings fields/sections API in Twenty Eleven. props chipbennett for initial patch. see #18045. for 3.3.
git-svn-id: https://develop.svn.wordpress.org/trunk@18455 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-21 21:37:31 +00:00
potbot 1d6dd7deb1 POT, generated from r18439
git-svn-id: https://develop.svn.wordpress.org/trunk@18440 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-13 11:47:58 +00:00
Ryan Boren b1f4e9a13f 1.2
git-svn-id: https://develop.svn.wordpress.org/trunk@18438 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-12 18:30:26 +00:00
Andrew Nacin 56e834a8c2 Twenty Eleven: Don't set color in the * selector in editor styles. props MattyRob, fixes #18011 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18433 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 20:32:24 +00:00
Andrew Nacin 3cd6df39aa Twenty Eleven: Prefix theme_options_render_page(). props chipbennett, see #18045. for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18430 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 20:15:37 +00:00
Andrew Nacin 61f04c15cc Twenty Eleven: Don't call comments_popup_link() if post_password_required(). That'll result in double password messages. props helenyhou, fixes #17962 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18422 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 17:58:43 +00:00
Andrew Nacin 5c7ed5305c Twenty Eleven: Update screenshot, use png. props iandstewart, fixes #18054 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18418 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 05:41:19 +00:00
Andrew Nacin f7b63919c2 Twenty Eleven: Update editor style for blockquotes and images. props iandstewart, fixes #18008 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18410 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 05:29:14 +00:00
Andrew Nacin 56b52fb9f1 Twenty Eleven: Fix search form width in IE7. props iandstewart, fixes #18004 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@18408 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-11 05:27:53 +00:00
Andrew Ozz 4e43ac83bd Fix typo in 2011, props AndrewFrazier, fixes #17989 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@18403 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-05 21:59:43 +00:00
Andrew Nacin 8e62c8d66f Twenty Eleven bump. see #17759.
git-svn-id: https://develop.svn.wordpress.org/trunk@18394 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-04 20:02:05 +00:00
Andrew Ozz b83f30c052 Twenty Eleven: Fix missing comma in transition-property (accidentally reverted), props Jayjdk, fixes #17426
git-svn-id: https://develop.svn.wordpress.org/trunk@18389 602fd350-edb4-49c9-b593-d223f7449a82
2011-07-03 18:09:49 +00:00
potbot 658bbe9dcc POT, generated from r18387
git-svn-id: https://develop.svn.wordpress.org/trunk@18388 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-30 22:47:23 +00:00
Ryan Boren 76e5ba0e53 twentyeleven code tidy up. Props dd32, lancewillett. fixes #17748
git-svn-id: https://develop.svn.wordpress.org/trunk@18385 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-30 21:57:50 +00:00
Andrew Nacin e77af39da7 RTL for [18383]. props yoavf, fixes #17949.
git-svn-id: https://develop.svn.wordpress.org/trunk@18384 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-30 20:57:29 +00:00
Andrew Nacin c8b4955abb Twenty Eleven without header text: Prevent the nav from overlapping the search box. props iandstewart, fixes #17949.
git-svn-id: https://develop.svn.wordpress.org/trunk@18383 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-30 20:46:21 +00:00
Andrew Ozz 18620b9c9b Twenty Eleven: limit textarea resizing to vertical only, props iandstewart, fixes #17947
git-svn-id: https://develop.svn.wordpress.org/trunk@18382 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-30 19:49:47 +00:00
potbot 361e227711 POT, generated from r18360
git-svn-id: https://develop.svn.wordpress.org/trunk@18361 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 22:47:41 +00:00
Andrew Ozz eb542e898a More fixes for 2011, props iandstewart, see #17809
git-svn-id: https://develop.svn.wordpress.org/trunk@18360 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 22:17:19 +00:00
Andrew Ozz 455c017fc8 Fix arrows in 2011, props iandstewart, fixes #17809
git-svn-id: https://develop.svn.wordpress.org/trunk@18359 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 22:02:29 +00:00
potbot b1e42524ab POT, generated from r18349
git-svn-id: https://develop.svn.wordpress.org/trunk@18351 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 20:47:38 +00:00
Andrew Ozz 5110d7f3a3 Simplify some Twenty-Eleven strings for i18n, props nbachiyski, fixes #17777
git-svn-id: https://develop.svn.wordpress.org/trunk@18348 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-27 20:24:23 +00:00
potbot c3f3ade632 POT, generated from r18342
git-svn-id: https://develop.svn.wordpress.org/trunk@18343 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-25 20:47:36 +00:00
Andrew Ozz f40eb65b33 Twenty Eleven RTL update, props yoavf, fixes #17882
git-svn-id: https://develop.svn.wordpress.org/trunk@18342 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-25 20:24:07 +00:00
potbot 4bf3adc029 POT, generated from r18337
git-svn-id: https://develop.svn.wordpress.org/trunk@18338 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-24 14:47:44 +00:00
Andrew Ozz edd21e5eb0 Twenty Eleven: Tweaking the tiny bubbles, again. fixes #17741
git-svn-id: https://develop.svn.wordpress.org/trunk@18336 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-24 01:28:43 +00:00
Andrew Ozz 7bbb50f2c9 TwentyEleven Theme H1 Priority, props iandstewart, fixes #17611
git-svn-id: https://develop.svn.wordpress.org/trunk@18335 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-23 23:03:46 +00:00
Andrew Ozz 6e4d77b711 Make 2011 search box wider, props demetris, fixes #17707
git-svn-id: https://develop.svn.wordpress.org/trunk@18334 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-23 22:56:40 +00:00
Ryan Boren b1e314fbf7 Add theme support option for turning on random default headers. fixes #17832
git-svn-id: https://develop.svn.wordpress.org/trunk@18325 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-22 19:09:23 +00:00
Ian Stewart 349cc891b5 Twenty Eleven: Visual bug fixes
* Better targeting of fluid images and image hover/focus/active styles
* Less fragile comment list structure; Props mdawaffe


git-svn-id: https://develop.svn.wordpress.org/trunk@18317 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-16 19:28:13 +00:00
potbot f4e1c17bf8 POT, generated from r18312
git-svn-id: https://develop.svn.wordpress.org/trunk@18313 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-14 15:47:34 +00:00
Dion Hulse fee8819790 Consistently wrap the "Pages:" text in <span> tags, Combine the 2 identical translations for the Pages text (one with, and one without, span tags). See #17744
git-svn-id: https://develop.svn.wordpress.org/trunk@18312 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-14 15:14:24 +00:00
potbot a8af47a5e5 POT, generated from r18304
git-svn-id: https://develop.svn.wordpress.org/trunk@18305 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-13 15:47:34 +00:00
Nikolay Bachiyski ae474053f7 Add forgotten spaces. See #17777
git-svn-id: https://develop.svn.wordpress.org/trunk@18304 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-13 14:54:14 +00:00
Nikolay Bachiyski b7a32f3bcb Split the comment date and time string into two and add translator comments. See #17777
git-svn-id: https://develop.svn.wordpress.org/trunk@18303 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-13 14:50:35 +00:00
potbot 9ea45db38f POT, generated from r18301
git-svn-id: https://develop.svn.wordpress.org/trunk@18302 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-13 13:47:35 +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
potbot 08b6904f3e POT, generated from r18291
git-svn-id: https://develop.svn.wordpress.org/trunk@18292 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-12 17:47:43 +00:00
Ryan Boren d933c3e48b Add no posts found message to templates. Props sorich87. fixes #17735
git-svn-id: https://develop.svn.wordpress.org/trunk@18291 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-12 17:43:03 +00:00
Dion Hulse 9834c93ce3 Add Opera variants of linear-gradient & transition alongside moz and webkit variants. Se #17748
git-svn-id: https://develop.svn.wordpress.org/trunk@18286 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-12 03:34:15 +00:00
Dion Hulse a795c0f277 Highlight the current menu item and ancestors, not current menu item and children. See #17748
git-svn-id: https://develop.svn.wordpress.org/trunk@18285 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-12 03:18:17 +00:00
Ryan Boren feaf2597bf Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@18276 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 15:44:06 +00:00
potbot 5e08a751a4 POT, generated from r18274
git-svn-id: https://develop.svn.wordpress.org/trunk@18275 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 07:47:26 +00:00
Dion Hulse ea61020466 Remove the few post_type == post checks on Post Format templates, Post formats only apply to posts. See #17748
git-svn-id: https://develop.svn.wordpress.org/trunk@18274 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 07:14:59 +00:00
potbot ad7ad72b1f POT, generated from r18272
git-svn-id: https://develop.svn.wordpress.org/trunk@18273 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 06:47:35 +00:00
Dion Hulse 36ca3bf3ab Twenty Eleven Functions.php comments cleanup, merge the 2 body class functions. Props jorbin. See #17748
git-svn-id: https://develop.svn.wordpress.org/trunk@18272 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 06:30:59 +00:00
potbot 3c0ae00a04 POT, generated from r18270
git-svn-id: https://develop.svn.wordpress.org/trunk@18271 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 05:47:28 +00:00
Dion Hulse 165ded49f7 Remove Comments/Trackbacks are closed text from image.php template, rely upon the comments closed text within comments.php. Remove duplicated Edit link. See #17748
git-svn-id: https://develop.svn.wordpress.org/trunk@18270 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 05:15:50 +00:00
Dion Hulse c41dfd9a90 Showcase template cleanup. See #17748
git-svn-id: https://develop.svn.wordpress.org/trunk@18269 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 05:07:18 +00:00
potbot 96acb1089d POT, generated from r18266
git-svn-id: https://develop.svn.wordpress.org/trunk@18267 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 03:47:31 +00:00
Dion Hulse b7798052e9 Remove debug comments & more housecleaning. See #17748
git-svn-id: https://develop.svn.wordpress.org/trunk@18266 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-11 03:44:42 +00:00
potbot 64b6104534 POT, generated from r18257
git-svn-id: https://develop.svn.wordpress.org/trunk@18259 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 23:47:30 +00:00
Andrew Nacin 3b651a8ca2 Remove extra </a>. props aaroncampbell. see #17385.
git-svn-id: https://develop.svn.wordpress.org/trunk@18257 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 23:29:56 +00:00
Andrew Nacin b5b775f852 New comment bubble styling! props matveb, iandstewart, fixes #17741.
git-svn-id: https://develop.svn.wordpress.org/trunk@18255 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 23:10:23 +00:00
Andrew Ozz 9a7f69f2aa Twenty Eleven code review and cleanup, props dd32, fixes #17748
git-svn-id: https://develop.svn.wordpress.org/trunk@18253 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 23:01:16 +00:00
potbot 04fe291b90 POT, generated from r18250
git-svn-id: https://develop.svn.wordpress.org/trunk@18251 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 22:47:37 +00:00
Ian Stewart b2d3b28d80 Twenty Eleven: compressed header thumbnails and theme screenshot; Props demetris; Fixes #17641
git-svn-id: https://develop.svn.wordpress.org/trunk@18245 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 21:59:10 +00:00
Andrew Nacin 2995cd59c9 Twenty Eleven: escaping frenzy, hide authors if a single author blog. props DH-Shredder, props iandstewart, see #17385, fixes #17563.
git-svn-id: https://develop.svn.wordpress.org/trunk@18244 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 21:57:18 +00:00
potbot 2682009d26 POT, generated from r18239
git-svn-id: https://develop.svn.wordpress.org/trunk@18240 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 20:47:36 +00:00
Ryan Boren 69b5356889 Use no_found_rows for some queries. Props pavelevap. fixes #17745
git-svn-id: https://develop.svn.wordpress.org/trunk@18239 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 20:14:59 +00:00
Ryan Boren f2af00cb68 Add missing textdomain to twentyeleven contextual help. Props pavelevap. see #17744
git-svn-id: https://develop.svn.wordpress.org/trunk@18235 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 17:13:23 +00:00
Dion Hulse b1cfb86661 * Don't clear link colour when switching layouts
* Update "default colour" link when a custom colour has been selected
Fixes #17746

git-svn-id: https://develop.svn.wordpress.org/trunk@18229 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 13:41:51 +00:00
potbot 54e5055ec3 POT, generated from r18218
git-svn-id: https://develop.svn.wordpress.org/trunk@18219 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 17:47:32 +00:00
Ian Stewart b1f4cb3788 Twenty Eleven: check for published posts on the showcase page to prevent trashed sticky posts from appearing in the featured post loop; Props kawauso
git-svn-id: https://develop.svn.wordpress.org/trunk@18218 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 16:53:01 +00:00
potbot 96f37320b1 POT, generated from r18216
git-svn-id: https://develop.svn.wordpress.org/trunk@18217 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 16:47:40 +00:00
Ian Stewart 4fcb4098fe Twenty Eleven: make sure we're checking for sticky posts at the correct time in showcase.php
git-svn-id: https://develop.svn.wordpress.org/trunk@18216 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 16:39:40 +00:00
Ian Stewart e43bef6cc4 Twenty Eleven: reduce image sizes; Props demetris; Fixes #17641
git-svn-id: https://develop.svn.wordpress.org/trunk@18215 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 14:30:57 +00:00
potbot c21327f538 POT, generated from r18213
git-svn-id: https://develop.svn.wordpress.org/trunk@18214 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 11:47:38 +00:00
Dion Hulse 2db8673288 Remove the psd's from Twenty Eleven. See #17641
git-svn-id: https://develop.svn.wordpress.org/trunk@18212 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 11:14:06 +00:00
Peter Westwood 29a53e3eb0 Only show Comments are Closed when they are supported.
Tidy up the logic to be clearer.
Mark attachements as supporting comments.
Fixes #17568 props duck_

git-svn-id: https://develop.svn.wordpress.org/trunk@18211 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 11:12:39 +00:00
potbot 564d43a7c3 POT, generated from r18209
git-svn-id: https://develop.svn.wordpress.org/trunk@18210 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-09 10:47:45 +00:00
Ian Stewart 210a9e68d4 Twenty Eleven: updated featured slider border color for the dark color scheme
git-svn-id: https://develop.svn.wordpress.org/trunk@18204 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 21:35:57 +00:00
Andrew Nacin 6b27776490 Twenty Eleven: Properly handle the default link color for the dark theme. props dcowgill for the patch refresh. fixes #17351.
git-svn-id: https://develop.svn.wordpress.org/trunk@18198 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 17:39:12 +00:00
potbot 15f0c9a2f0 POT, generated from r18190
git-svn-id: https://develop.svn.wordpress.org/trunk@18191 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 14:29:39 +00:00
Ian Stewart 08e9fd3fac Twenty Eleven: reset content margins for 404
git-svn-id: https://develop.svn.wordpress.org/trunk@18190 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 02:15:56 +00:00