Matt Thomas
24ee9c06c9
In twentyten, use path.jpg as the default header image
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14227 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-25 01:02:51 +00:00
Matt Thomas
7d14aa6e89
In twentyten, equalize border size on header and footer for print
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14225 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-24 18:27:08 +00:00
Matt Thomas
346fe8e7d2
In twentyten, fix print stylesheet for single column page template.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14224 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-24 18:20:17 +00:00
Matt Thomas
2334d676fb
In twentyten, apply last-child stylings to pingbacks as well as comments.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14223 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-24 18:08:46 +00:00
potbot
e45d699ca7
POT, generated from r14204
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14205 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-23 20:21:09 +00:00
Matt Thomas
17c7a0d144
In twentyten, CSS code cleanup
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14204 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-23 19:09:02 +00:00
Matt Thomas
8dc372a5ea
In twentyten, remove border from last child of commentlist, add border to top of respond div
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14202 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-23 18:59:36 +00:00
Matt Thomas
746aa8edeb
In twentyten, fix Firefox print style, make print styles use full page width, and style form inputs.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14201 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-23 18:49:58 +00:00
Andrew Nacin
65f1f09e69
Twentyten: Prevent right edge of the comment textarea from being hidden from view in Firefox. see #12994
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14115 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-16 19:07:00 +00:00
potbot
d37747f046
POT, generated from r14084
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14085 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-14 00:21:06 +00:00
Matt Thomas
01a97737ee
Links on dates in Twenty Ten back by popular demand. Fixes #12925 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14084 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-13 23:41:13 +00:00
Matt Thomas
b97e16510c
Remove the permalink from dates in Twenty Ten, fixes #12925
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14083 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-13 23:05:37 +00:00
Matt Thomas
1fe7a8b79d
Make entry-meta on single posts match entry-meta in the loop in Twenty Ten
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14082 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-13 22:43:52 +00:00
Andrew Nacin
7241fea99b
Remove unnecessary quote escaping and \n\t indentation in twentyten. see #12902
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14037 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-08 03:13:48 +00:00
Ryan Boren
96ea328c0a
Nav menu fixes. Props ptahdunbar. see #12896 fixes #12844
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14031 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-07 15:25:48 +00:00
potbot
c138fdcac5
POT, generated from r14005
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14006 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-05 04:21:01 +00:00
Dion Hulse
007a50a14a
Move all Feature Images => header image integration into a is_singular() check. Prevents a PHP notice when $post is not set (For example, a 404 page). Fixes #12661
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14002 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-05 02:58:39 +00:00
Andrew Nacin
b1aa2af855
Cast away the default styling of the recent comments widget in twentyten. fixes #12703
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13977 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-03 23:33:52 +00:00
potbot
44fb71915d
POT, generated from r13944
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13945 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-02 08:21:08 +00:00
Andrew Nacin
408e9ed2e2
Update obsolete docs in Twentyten.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13936 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-02 04:45:22 +00:00
potbot
64e8e6dc00
POT, generated from r13932
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13933 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-02 04:21:11 +00:00
Dion Hulse
f09e81941e
Restore pluggable for twentyten_setup(). Its impossible for child themes to override without using a callback to remove the filter at a higher priority. Props jorbin. Fixes #12806
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13923 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-02 00:54:48 +00:00
Nikolay Bachiyski
fc09c8aa26
POT, generated from r13891
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13892 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-30 15:51:09 +00:00
Andrew Nacin
4746be453f
Use $paged global instead of get_query_var('paged') in Twenty Ten. see #12748
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13889 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-30 13:12:36 +00:00
Andrew Nacin
d3715d1b45
Clarify order of operations for a child theme removing a filter of a parent theme. see #12695 , see #12748
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13888 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-30 12:55:08 +00:00
Andrew Nacin
e6e9ad218d
Second pass on twentyten/functions.php inline documentation. see #12695 . Also:
...
rename twentyten_init() to twentyten_setup(), to reflect the hook it is run on (init would be too late, it must be after_setup_theme). Remove unnecessary twentyten_get_page_number() and transfer functionality to twentyten_the_page_number(). Remove the function_exists() wrappers from functions that are simply tied to a hook, as a better practice would be to remove the hook instead of plugging the function. For architecture changes, see #12748 .
git-svn-id: https://develop.svn.wordpress.org/trunk@13886 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-30 00:05:17 +00:00
Andrew Nacin
f15366a78c
Rough cut of Twenty Ten inline documentation. see #12695 . props jorbin, demetris.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13885 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-29 22:03:15 +00:00
Ryan Boren
2af7bc317c
Remove classic and default themes. see #10654
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13879 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-29 17:07:58 +00:00
Matt Thomas
15153c6db3
Remove print.css from twentyten
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13873 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-29 04:16:03 +00:00
Matt Thomas
21e08209ca
Merge twentyten print style into style.css. Fixes #12733 . Props demetris.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13872 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-29 00:48:03 +00:00
Matt Thomas
f654e1a2e6
A compromise approach for #12542 -- Treat site-title as H1 on front page, unless it's a static page.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13846 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-27 21:50:39 +00:00
Matt Thomas
904064f000
Twenty Ten: Don't use post thumbnail as the custom header if it's smaller than the header size. See #12661 . Props iandstewart
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13836 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-27 01:59:46 +00:00
Andrew Nacin
4f5a2095a8
Remove trailing whites and double semicolons.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13830 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-26 19:36:49 +00:00
Matt Thomas
645f20b3fa
Replace query strings with arras in Twenty Ten, see #12698 . Props demetris.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13818 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-26 05:37:55 +00:00
Peter Westwood
a28f0f27cf
Switch to get_template_part Fixes #12371 . Try on some narrative comments for size see #12695 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13816 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-25 22:04:27 +00:00
Andrew Nacin
dd306def81
Remove redundant isset() and empty() checks.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13770 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-19 21:29:21 +00:00
Andrew Nacin
13073782f9
Add delimiter to tag listing on twentyten/single.php. see #9015
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13757 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-18 21:45:08 +00:00
Matt Thomas
6db5b5d145
Fix missing domain translation, see #9015 . Props momo360modena.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13724 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-16 23:11:30 +00:00
Matt Thomas
d504e9c257
Coding standards cleanup in twentyten, see #9015 . Props sivel
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13720 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-16 20:17:22 +00:00
Ryan Boren
d710af9830
Menus rework. Props ptahdunbar. see #11817
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13704 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-15 16:26:46 +00:00
Nikolay Bachiyski
6a0c16eab3
Add POT file and languages dir for twentyten. Louis, I think this is the beginning of a beautiful friendship.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13703 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-15 14:29:11 +00:00
Matt Thomas
983e4de293
Moving mobile webkit styles to style.css; adjusting widget_search label and site-description sizes. See #12303
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13566 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-03 00:38:00 +00:00
Matt Thomas
43b89c9db5
Use a short HTML5-style charset declaration in twentyten, props demetris. See #12483
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13565 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-03 00:19:18 +00:00
Matt Thomas
0440049a58
Add a bit of padding to form inputs in twentyten, see #9015
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13558 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 19:17:43 +00:00
Matt Thomas
be0e181e96
Tweaks to mobile-webkit styles; see #12303
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13556 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 18:59:08 +00:00
Andrew Nacin
e451b71f9c
Cleaner and ideally future-proof detection of mobile Safari browsers. see #12303
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13555 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 18:48:31 +00:00
Matt Thomas
c3622bd0f4
Add mobile webkit styles for twentyten. See #12303
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13554 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 18:43:22 +00:00
Andrew Nacin
49de79c941
Remove only gallery CSS in twentyten, leaving the gallery div classes and id intact. see #9015
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13552 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-02 18:08:14 +00:00
Andrew Nacin
13d3a5bb5b
Remove wp-content/blogs.php and add deprecated warning for MU admins. fixes #11742
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13514 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 20:29:24 +00:00
Ryan Boren
2dad638a0e
Menu enhancements. Props ptahdunbar. fixes #11817
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13512 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 20:00:49 +00:00