Peter Westwood
2e8ea2cdab
TwentyEleven: Always call the loop properly in all template files rather than just calling the_post(). Fixes #18794 props mfields.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19379 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 16:20:49 +00:00
potbot
9a87bf6753
POT, generated from r19376
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19378 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 15:47:49 +00:00
Peter Westwood
5ca42be36c
TwentyEleven: Improve RTL css to better match LTR experience. Fixes #18911 props SergeyBiryukov.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19377 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 15:47:48 +00:00
Andrew Nacin
74567278af
Revert other stuffs from [19374].
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19376 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 15:43:57 +00:00
Peter Westwood
c322df0e46
TwentyEleven: Standardise on "Leave a reply". Fixes #18156 props SergeyBiryukov and pavelevap.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19375 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 15:40:13 +00:00
Andrew Nacin
7c181a42bf
Set $parent_file for post-new.php when show_in_menu is a file. Provides for correct top-level highlighting. $submenu_file remains set to expect a post-new.php menu. see #19125 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19374 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-21 15:35:57 +00:00
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
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
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
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
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
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
Ian Stewart
9d14e8d969
Twenty Eleven: submenu line-height was too cramped; Props mitchoyoshitaka; Fixes #17695
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18188 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 01:55:48 +00:00
Ian Stewart
c079d224e7
Twenty Eleven: prevent notices in taxonomy archives using custom post types; Props mfields; Fixes #17566
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18186 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-08 01:30:18 +00:00
Ian Stewart
c7fa3ddaba
Twenty Eleven: make sure all user-added images are fluid with auto height correction only on images that WordPress adds attributes to
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18184 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 23:29:06 +00:00
Ian Stewart
29673fa970
Twenty Eleven: restore max-width for full-size images
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18183 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 22:36:16 +00:00
Ian Stewart
7f333ad540
Twenty Eleven: updating editor styles to match main stylesheet
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18182 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 21:45:34 +00:00
Ian Stewart
5830f73e7d
Twenty Eleven: miscellaneous bug fixes and improvements
...
* Only style images uploaded to the WordPress media library with border styles (and not placeholder images for content added by plugins)
* Prevent content added by plugins and long custom excerpts from overflowing the featured post slider
* Make sure small thumbnails will never appear in the Custom Header area
* Better indicate the current featured post with custom link color and cursor
* Add a class for text-only featured posts
* Style improvements for small screens
git-svn-id: https://develop.svn.wordpress.org/trunk@18181 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 21:28:56 +00:00
potbot
6025531032
POT, generated from r18176
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18177 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 10:46:31 +00:00
Ian Stewart
71a2b33796
Twenty Eleven: we need to be really specific about resetting the layout for smaller screen sizes
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18175 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 00:40:33 +00:00
Andrew Nacin
56a3ed4539
Use correct textdomain. props knutsp, fixes #17712 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18174 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-07 00:08:01 +00:00
Ian Stewart
f12b34ea48
Twenty Eleven: make sure the featured post title link is visible in the dark color scheme
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18172 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 21:33:12 +00:00
Ian Stewart
809cdf944d
Twenty Eleven: visual fixes
...
* Prevent the sidebar-content layout from breaking singular post and page views
* Prevent smileys from inheriting borders and padding
git-svn-id: https://develop.svn.wordpress.org/trunk@18171 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 19:41:25 +00:00
Ian Stewart
13286b28ad
Twenty Eleven: correct layout bug with showcase template and alt layout option; Props ocean90; Fixes #17415
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18168 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 14:58:16 +00:00
Ian Stewart
d87c00948b
Twenty Eleven: focus styles for sidebar links; Fixes #17410
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18167 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 14:46:40 +00:00
Ian Stewart
7ef9c84f9a
Twenty Eleven: Add a hidden label for search forms; See #17524
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18166 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 14:35:30 +00:00
Ian Stewart
d0181f27d8
Twenty Eleven: prevent stretching of full-size images reduced in size with CSS in IE8; Props rosshanney and nickbohle; Fixes #17650
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18165 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 14:26:12 +00:00
Andrew Nacin
aba7c4e9ce
Use default argument for get_option(). props dcowgill, westi. fixes #17686 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18152 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 19:53:31 +00:00
Andrew Nacin
3e27653486
Sanity check in twentyeleven_get_theme_options() -- if the option doesn't exist, return the default options instead. We already instantiate the option on admin_init. fixes #17686 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18141 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-04 22:05:29 +00:00
Ian Stewart
7840df6b57
Twenty Eleven: correct typos in PHP comments
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18140 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-04 15:54:47 +00:00
Ian Stewart
7ded48ef83
Twenty Eleven: restore Image Post margin resetting
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18139 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-04 15:49:32 +00:00
Ryan Boren
e1e318b9ff
Check result of add_theme_page(). Return if false. Props greuben. fixes #17677
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18135 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 22:37:13 +00:00
Ian Stewart
954c298392
Twenty Eleven: style 4-column galleries -- Props mfields -- and remove unneeded !important rules; Fixes #17564
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18134 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 21:38:47 +00:00
potbot
8aa54bec5f
POT, generated from r18132
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18133 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 21:29:23 +00:00
Ian Stewart
331588a441
Twenty Eleven: Add border styles to images so we can better style linked images on :focus; includes updates to editor styles and improvements to Image Post styles; See #17524
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18132 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 21:11:41 +00:00
Ian Stewart
ef01a94b3f
Twenty Eleven: show expected formatting for em, strong, and a in editor styles; Props greuben; Fixes #17417
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18127 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 14:33:11 +00:00
Ryan Boren
f786d16ed3
Add rtl class to the admin body if is_rtl(). RTL fixes for twentyeleven theme-options.php. Props rasheed. fixes #17603
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18125 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 22:19:58 +00:00
Ryan Boren
0c893945ba
Retain screen-reader-text for pages shown in the admin. see #17524
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18123 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 21:59:11 +00:00
Ian Stewart
68ed6937db
Twenty Eleven: editor-style should have max-width; Props bi0xid; Fixes #17393 #17649 ; See #17644
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18121 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 21:03:50 +00:00
Ian Stewart
e6a591e5a8
Twenty Eleven: accessibility improvements and minor style fixes for galleries; See #17524
...
* Improved color contrast for light and dark color schemes
* Skip link for skipping directly to sidebar content
* Skip links visible on :focus
* Using a more semantic, general class name of .assistive-text instead of .section-heading and .screen-reader-text
* Focus styles for password inputs (and a minor style fix)
git-svn-id: https://develop.svn.wordpress.org/trunk@18117 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 19:30:07 +00:00
Ryan Boren
b41246fa30
Contextual help for twentyeleven's theme options screen. Props sbressler, dougwrites, jane. fixes #17357
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18101 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 19:28:42 +00:00
Ian Stewart
8077ca5c00
Twenty Eleven: Style the comments off message in the Ephemera widget; Props knutsp; Fixes #17583
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18099 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-01 18:36:22 +00:00
Ian Stewart
2ce443d5c9
Twenty Eleven: Correct the broken 404 layout; Fixes #17606
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18077 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-30 21:46:36 +00:00
Ian Stewart
f313a881e8
Twenty Eleven: bug fixes and enhancements ...
...
* Improvements to the dark color scheme; Props matveb
* Remove link colors from the dark color scheme and let the default link color cascade
* Check for multiple authors before showing author information on single posts
* Remove the span before the edit link on the image template
* Add a comment icon; Props hugobaeta
* Replace the default reply text with an icon to prevent i18n issues with the design; Props matveb
* Don't output sidebar on the no sidebar layout
* Use the search form styling from the header for all search forms
* Style fixes for no search results page
* Fixes for fancy blockquote styles
* Style fixes for the showcase slider
* Margin for galleries
* Only showing the top post navigation on paged results
* Remove floats from images for the smallest screen sizes
git-svn-id: https://develop.svn.wordpress.org/trunk@18072 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-30 01:29:55 +00:00
potbot
27273e2b1f
POT, generated from r18060
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18061 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-27 03:29:06 +00:00
Ian Stewart
4beb8573c1
Twenty Eleven: Improvements to the responsive layout
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18060 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-27 01:04:05 +00:00
Ian Stewart
e606e90f44
Twenty Eleven: Add the Ephemera title to the theme textdomain; Props knutsp; Fixes #17572
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18059 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-26 20:50:53 +00:00
Ian Stewart
dcee686373
Twenty Eleven: Show tag descriptions on tag archive pages if they exist; Props zeo; Fixes #17438
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18058 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-26 19:10:30 +00:00
Ian Stewart
064786d47c
Twenty Eleven: focus styles for all links; Fixes #17410
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18057 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-26 18:41:35 +00:00
Ian Stewart
7d65cc5e09
Twenty Eleven: Style fixes and showcase improvements; Props matveb
...
* Remove bottom border from last post
* Improve featured posts on the showcase: move slider navigation to the top right; make sure the bottom border shows; make the reading more link thicker
* Positioning fix for image post format meta
* Dark stylesheet improvements
* Ensure search input text is centred vertically
git-svn-id: https://develop.svn.wordpress.org/trunk@18050 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 21:19:52 +00:00
Ian Stewart
75e4ab2cae
Twenty Eleven: make sure title-less widgets don't float into content for small screens; Props devinreams; Fixes #17423
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18048 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 20:24:21 +00:00
Ian Stewart
8d75a9a12c
Twenty Eleven: correct syntax for CSS transition property; Props Jayjdk; Fixes #17426
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18046 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 19:36:32 +00:00
Ian Stewart
66f5e4bb1c
Twenty Eleven: prevent overflow on the pre element; Props devinreams; Fixes #17432
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18042 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 17:46:19 +00:00
Ian Stewart
2633e960d0
Twenty Eleven: Fix a typo in PHPdoc; Props tenpura; Fixes #17434
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18040 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 17:18:23 +00:00
Ian Stewart
0b8804ef6e
Twenty Eleven: consistent styles for .nopassword and .nocomments; Props zeo; Fixes #17437
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18039 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 17:13:02 +00:00
Ian Stewart
c28266caae
Twenty Eleven: better visibility for comment form text in the dark color scheme; Props greuben; Fixes #17468
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18037 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 16:28:51 +00:00
Ian Stewart
b01f5d1b74
Twenty Eleven: correcting mis-floated sidebar in IE9 on the showcase page; Props rosshanney; Fixes #17486
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18033 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 15:55:22 +00:00
Ian Stewart
f48fe743ad
Twenty Eleven: using the cite element to markup a name doesn't conform to the HTML spec; Props holizz and aaroncampbell; See #17520
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18030 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 15:29:26 +00:00
Ian Stewart
2c40d3edea
Twenty Eleven: make categories and tags i18n friendly; Props dimadin; Fixes #17531
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18029 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 15:19:33 +00:00