Commit Graph

362 Commits

Author SHA1 Message Date
Dion Hulse cc6a0a5d41 Twentyten whitespace cleanup, Wrap functions in function_exists() call to allow child themes to override them. Props sivel. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13157 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-14 21:39:20 +00:00
Andrew Nacin f67f4d7405 Use $wp_query->get_queried_object(). Also move wp_head() to end of <head>, see #9015.
git-svn-id: https://develop.svn.wordpress.org/trunk@13152 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-14 11:52:27 +00:00
Dion Hulse 2bfeae67c6 Replace $authordata usage with API, Restore "Also posted in.."/"Also tagged..." on taxonomy archives, Handle Excerpts for Asides correctly on Archives. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13147 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-14 10:02:38 +00:00
Peter Westwood e7d1e80302 Introduce new get_generic_template() function for themes to use to bring in pieces of template.
Use in twentyten for loop.php including. See #9015.

git-svn-id: https://develop.svn.wordpress.org/trunk@13146 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-14 09:32:23 +00:00
Andrew Nacin 76091e3e9d Use automatic_feed_links() in twentyten, see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13144 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-14 08:07:55 +00:00
Dion Hulse 68d7f0d172 Move the Loop into a separate file. Reduces code duplication and adds Gallery/Aside styling to all archive views. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13141 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-14 07:13:34 +00:00
Andrew Nacin 4acf280647 home_url() returns a value, needs to be echoed in twentyten header and footer. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13138 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-14 06:12:12 +00:00
Dion Hulse fa61e1409d Comments.php PHP cleanup. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13130 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-14 01:16:58 +00:00
Dion Hulse c095bc880d Fix comment listing, Correct Indentations. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13129 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-14 01:12:51 +00:00
Dion Hulse ba7701007b Formatting, Translations & Whitespace. Props ptahdunbar. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13128 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-14 01:00:22 +00:00
Dion Hulse c43fd055e8 Whitespace cleanup, TwentyTen <title> standardisation & gettext. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13112 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-13 13:35:03 +00:00
Dion Hulse 093ef40c06 s/the_time()/get_the_date/ for dates. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13111 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-13 11:20:56 +00:00
Dion Hulse 04a1493757 Remove extra get_option() calls (the functions default to that), Use the Media API for attachment image HTML, Replace deprecated function use(1.2~2.9 deprecated). See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13109 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-13 11:09:51 +00:00
Dion Hulse 013ab6d764 Remove Direct SQL, Use new esc_html() function, Correct the case of the ID keys. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13105 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-13 09:59:16 +00:00
Matt Thomas b8a4cb7144 Make the RSS widget title match other widgets in twentyten
git-svn-id: https://develop.svn.wordpress.org/trunk@13061 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-12 06:11:46 +00:00
Matt Thomas 2348a07acd Fix typo in twentyten
git-svn-id: https://develop.svn.wordpress.org/trunk@13060 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-12 06:03:20 +00:00
Matt Thomas 085bcc1624 Close profile link tag in twentyten
git-svn-id: https://develop.svn.wordpress.org/trunk@13059 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-12 04:48:24 +00:00
Ryan Boren 8bc11462e3 First pass at custom background support. Needs UI love. see #12186
git-svn-id: https://develop.svn.wordpress.org/trunk@13041 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-09 20:37:12 +00:00
Ryan Boren b3d7aae458 Use comment_form(). Props beaulebens. see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13031 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-08 21:02:08 +00:00
Ryan Boren c2d97472eb Escape some attributes. Fix search form action. see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13029 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-08 20:28:13 +00:00
Ryan Boren e12533e0cb Use post_password_required(). see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13027 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-08 18:24:01 +00:00
Ryan Boren 86d7ef0b69 Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@13025 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-08 18:02:23 +00:00
Ryan Boren 6885d83058 gettext for twentyten. see #12170
git-svn-id: https://develop.svn.wordpress.org/trunk@13024 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-08 17:59:08 +00:00
Ryan Boren 82e3b2f8f4 Twenty Ten initial import. Props Ian Stewart, Matt Thomas, and others. see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13012 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-07 16:16:26 +00:00
Peter Westwood 2a93c55f43 Switch to passing arrays instead of query strings to functions. Fixes #6647 props filosofo and hakre.
git-svn-id: https://develop.svn.wordpress.org/trunk@12657 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-08 08:34:39 +00:00
Ryan Boren 974b6c1ce4 Introduce home_url(). Props Denis-de-Bernardy, hakre. see #9008
git-svn-id: https://develop.svn.wordpress.org/trunk@12598 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-04 17:23:29 +00:00
Peter Westwood aa0bce07a5 Don't pass deprecated argument to get_bloginfo() in the classic theme. See #11652 props nacin.
git-svn-id: https://develop.svn.wordpress.org/trunk@12589 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-30 17:19:27 +00:00
Andrew Ozz 060d9185e6 Remove unused .fade CSS class, props nacin, fixes #11628
git-svn-id: https://develop.svn.wordpress.org/trunk@12546 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-26 09:00:58 +00:00
Matt Mullenweg 2101888ec0 Cast out the lowercase P demons that snuck in. http://www.google.com/search?q=out+out+you+demons+of+stupidity
git-svn-id: https://develop.svn.wordpress.org/trunk@12341 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-08 19:59:34 +00:00
Mark Jaquith 1b8e16765a Revert [12133] — remove post image support from Default theme. Too hokey.
git-svn-id: https://develop.svn.wordpress.org/trunk@12180 602fd350-edb4-49c9-b593-d223f7449a82
2009-11-12 21:54:12 +00:00
Mark Jaquith 7f3d6064fe Add basic post thumbnail support to Default theme.
git-svn-id: https://develop.svn.wordpress.org/trunk@12133 602fd350-edb4-49c9-b593-d223f7449a82
2009-11-01 08:12:21 +00:00
Mark Jaquith 8b3529decc Revert errant local theme modifications in [12036]. Note to self: svn status is your friend.
git-svn-id: https://develop.svn.wordpress.org/trunk@12038 602fd350-edb4-49c9-b593-d223f7449a82
2009-10-15 14:20:35 +00:00
Mark Jaquith 0818d29d6e Post thumbnail removal functionality (only allowed for replacement before). props scribu. see #10928
git-svn-id: https://develop.svn.wordpress.org/trunk@12036 602fd350-edb4-49c9-b593-d223f7449a82
2009-10-15 12:57:16 +00:00
Peter Westwood d1beea5ee6 Fix display of header on default theme custom header page. Fixes #9929 props jmulley.
git-svn-id: https://develop.svn.wordpress.org/trunk@12011 602fd350-edb4-49c9-b593-d223f7449a82
2009-10-08 20:52:06 +00:00
Peter Westwood 02ae17aa0f Define in the default theme. Fixes #10682 props Viper007Bond.
git-svn-id: https://develop.svn.wordpress.org/trunk@11886 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-27 21:27:45 +00:00
Peter Westwood c5d23be9e2 Comments for default theme Pages. Fixes #3753.
git-svn-id: https://develop.svn.wordpress.org/trunk@11885 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-27 21:23:52 +00:00
Peter Westwood 0dfdac7916 Make the default and classic themes comment textareas valid XHTML. Fixes #8971 props vladimir_kolesnikov.
git-svn-id: https://develop.svn.wordpress.org/trunk@11867 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-21 17:26:31 +00:00
Peter Westwood ce10f59fac Correct comments and remove unecessary echos from the default themes sidebar templete file. Fixes #10335 props JeremyVisser.
git-svn-id: https://develop.svn.wordpress.org/trunk@11791 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-08 14:26:49 +00:00
Ryan Boren 71af95802b Add missing semicolons. Props mrgtb. fixes #9885
git-svn-id: https://develop.svn.wordpress.org/trunk@11413 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-20 21:06:47 +00:00
Mark Jaquith a2bf4db52b Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
git-svn-id: https://develop.svn.wordpress.org/trunk@11312 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-12 22:40:56 +00:00
Andrew Ozz f122d4bcf6 Correct footer background colour for default theme, props jdub, fixes #9733
git-svn-id: https://develop.svn.wordpress.org/trunk@11297 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-12 06:04:47 +00:00
Ryan Boren f0ddd3b15d Add invisible class to bundled themes. Props hakre. fixes #9755
git-svn-id: https://develop.svn.wordpress.org/trunk@11277 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-11 20:18:57 +00:00
Mark Jaquith 8d6cb67233 esc_js(). Shorter, follows new escaping naming convention.
git-svn-id: https://develop.svn.wordpress.org/trunk@11245 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-09 07:27:22 +00:00
Mark Jaquith c638e8d8de _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11204 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 19:43:53 +00:00
Ryan Boren cfd320446f Attr escaping
git-svn-id: https://develop.svn.wordpress.org/trunk@11173 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-04 17:54:08 +00:00
Ryan Boren fe7c34b6fd s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:58:45 +00:00
Ryan Boren d196ab7b2d Use is_user_logged_in(), have_comments in bundled themes. Props zeo. fixes #9626
git-svn-id: https://develop.svn.wordpress.org/trunk@11067 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-23 07:11:31 +00:00
Ryan Boren 12c7093645 Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@11013 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-20 18:18:39 +00:00
Ryan Boren d452019e04 Use comments_open() and pings_open() in packaged themes. Props coffee2code. fixes #9556
git-svn-id: https://develop.svn.wordpress.org/trunk@10978 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 05:30:09 +00:00
Ryan Boren 112eae8b12 Fix logic inversion. Props christmasboy81. fixes #7121
git-svn-id: https://develop.svn.wordpress.org/trunk@10949 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 18:12:41 +00:00
Ryan Boren eef293ff04 Add WAI-ARIA landmark roles to default theme. Props peterkz. fixes #9408
git-svn-id: https://develop.svn.wordpress.org/trunk@10945 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 16:42:32 +00:00
Ryan Boren 9c8aef1829 Add index.php to plugins and themes dirs to prevent dir listings. fixes #8699
git-svn-id: https://develop.svn.wordpress.org/trunk@10940 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-15 19:57:04 +00:00
Ryan Boren 2eae08c088 Updates to wp_login_url() and wp_logout_url(). Use them in more places. Props wnorris. fixes #9536
git-svn-id: https://develop.svn.wordpress.org/trunk@10931 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-14 18:31:49 +00:00
Ryan Boren f0221a5540 RTL fixes for default theme. Props yoavf. fixes #9520
git-svn-id: https://develop.svn.wordpress.org/trunk@10914 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-12 17:29:25 +00:00
Andrew Ozz ef23590f5b Add the sticky post grey background to the default theme, props Viper007Bond, fixes #9359
git-svn-id: https://develop.svn.wordpress.org/trunk@10816 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-19 08:26:38 +00:00
Ryan Boren 1952e923f8 gettext contexts. Props nbachiyski. see #9112
git-svn-id: https://develop.svn.wordpress.org/trunk@10767 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-10 23:02:29 +00:00
Peter Westwood a2f0424476 The url for the time-since plugin has changed. Fixes #7250 props Paveo.
git-svn-id: https://develop.svn.wordpress.org/trunk@10690 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-03 22:08:50 +00:00
Ryan Boren 01f92d2f04 Use "Custom Header" for menu text. see #9178
git-svn-id: https://develop.svn.wordpress.org/trunk@10623 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-22 07:43:15 +00:00
Ryan Boren be7191437e set eol-style. fixes #9027
git-svn-id: https://develop.svn.wordpress.org/trunk@10487 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-03 06:09:07 +00:00
Ryan Boren 940103ddc9 body_class(). Props ionfish. fixes #7939
git-svn-id: https://develop.svn.wordpress.org/trunk@10485 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-02 19:21:38 +00:00
Andrew Ozz 19577d0a8d Add support for automatic feed links in themes, props Viper007Bond, see #8878
git-svn-id: https://develop.svn.wordpress.org/trunk@10377 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-19 05:04:58 +00:00
Andrew Ozz 430c55b45a Fix HTML issue with the single page comment form in the default theme, props vladimir_kolesnikov, fixes #8560
git-svn-id: https://develop.svn.wordpress.org/trunk@10177 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 19:45:44 +00:00
Mark Jaquith 00152d6124 Move from generic "Save" to better "Update X", more consistent use of button-primary for major actions. fixes #8374. props azaozz, FFEMTcJ
git-svn-id: https://develop.svn.wordpress.org/trunk@10137 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 09:07:36 +00:00
Ryan Boren fc8c54d3d9 Add paging links above comments list. Props Viper007Bond. fixes #8219
git-svn-id: https://develop.svn.wordpress.org/trunk@10097 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 04:49:22 +00:00
Peter Westwood 8969d49dbe Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@9835 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-21 18:16:44 +00:00
Ryan Boren 2cc1e36eb5 RTL tweak for classic theme from RanYanivHartstein. fixes #8009
git-svn-id: https://develop.svn.wordpress.org/trunk@9692 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 19:49:58 +00:00
Ryan Boren 1faf521908 Eliminate chaining for php 4 compat. Props DD32. fixes #5324
git-svn-id: https://develop.svn.wordpress.org/trunk@9577 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 23:27:49 +00:00
Peter Westwood 9299cfd451 RTL fix for avatars in classic theme. Props RanYanivHartstein.
git-svn-id: https://develop.svn.wordpress.org/trunk@9420 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-30 22:14:24 +00:00
Mark Jaquith c33b1bc527 Make wp_title() sort titles based on separator direction. Reverse the titles in bundled theme. Better SEO. fixes #7338
git-svn-id: https://develop.svn.wordpress.org/trunk@9376 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-28 04:53:52 +00:00
Ryan Boren fdef2b72db comments-popup template updates from DD32. fixes #6391
git-svn-id: https://develop.svn.wordpress.org/trunk@9336 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 21:06:30 +00:00
Ryan Boren 5413ecde13 get_search_form from technosailor. fixes #7910
git-svn-id: https://develop.svn.wordpress.org/trunk@9234 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 20:39:56 +00:00
Mark Jaquith 377ad4f01d Bring back the H2s. Rough draft.
git-svn-id: https://develop.svn.wordpress.org/trunk@9232 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 20:02:03 +00:00
Ryan Boren 73cf4cc90d Better not found messages. Props caesarsgrunt. fixes #5324
git-svn-id: https://develop.svn.wordpress.org/trunk@9226 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 17:00:57 +00:00
Ryan Boren 635d53975f comment_id_fields(). see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9175 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 19:06:18 +00:00
Andrew Ozz 29ceb968bd No-JS mode for replying to comments and some improvements/cleanup of comment-reply.js, includes patch by Viper007Bond, see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9112 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 07:37:05 +00:00
Ryan Boren 8f62bd766a h2 removal per wireframes. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9032 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-29 22:06:23 +00:00
Peter Westwood 15f99a6338 Protect log out actions against CSRF. Props markjaquith and ionfish. Fixes #7790.
git-svn-id: https://develop.svn.wordpress.org/trunk@9025 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-28 21:05:37 +00:00
Peter Westwood f15c863ba1 phpdoc for the default and classic themes. See #7550 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@8999 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-27 09:49:27 +00:00
Ryan Boren 8336de2780 Comment styling for default theme. Props noel. see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@8971 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-25 04:28:39 +00:00
Ryan Boren 23fd52bd85 First cut of comment paging. Add paging and threading settings. see #7769 #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@8961 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-23 21:11:27 +00:00
Ryan Boren 84507584f1 Remove debug
git-svn-id: https://develop.svn.wordpress.org/trunk@8938 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-19 06:13:52 +00:00
Ryan Boren 6f8cefd5fe Add type argument to wp_list_comments(). Make comments arg optional. Introduce separate_comments(). see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@8897 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-16 00:23:38 +00:00
Ryan Boren 403d9214ed wp_list_comments() and threaded comment support. First cut. see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@8869 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-11 19:25:50 +00:00
Ryan Boren a487b60f71 post_password_required(). fixes #7679
git-svn-id: https://develop.svn.wordpress.org/trunk@8800 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-03 19:54:14 +00:00
Ryan Boren 7404c72fde Add space. see #7560
git-svn-id: https://develop.svn.wordpress.org/trunk@8703 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-21 20:45:45 +00:00
Ryan Boren ba5140d219 comment_class(). Props sandbox theme. see #7560
git-svn-id: https://develop.svn.wordpress.org/trunk@8695 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-20 23:48:09 +00:00
Ryan Boren 812ff9b44f Add more classes to post_class(). see #7457
git-svn-id: https://develop.svn.wordpress.org/trunk@8641 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 21:58:06 +00:00
Ryan Boren 47194e9cd7 Add post_class() template function for emitting standard classes for post div. see #7457
git-svn-id: https://develop.svn.wordpress.org/trunk@8638 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 19:09:08 +00:00
Ryan Boren 2b8caf9a1f Add sticky_class() template tag. see #7457
git-svn-id: https://develop.svn.wordpress.org/trunk@8637 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-13 18:21:52 +00:00
Peter Westwood ac03cee3b3 Advertise Atom 1.0 Feed in default theme. Fixes #7341 for trunk props josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@8408 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-23 06:56:25 +00:00
Ryan Boren 7d69c333f9 Set eol-style
git-svn-id: https://develop.svn.wordpress.org/trunk@8340 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-15 15:59:19 +00:00
Matt Mullenweg 3c9c314ef6 We need to clear floats so images don't run into the next post.
git-svn-id: https://develop.svn.wordpress.org/trunk@8320 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-12 17:53:23 +00:00
Ryan Boren f0f5316a1d Use dash instead of underscore for CSS names. Props azaozz. see #6812
git-svn-id: https://develop.svn.wordpress.org/trunk@8289 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-08 23:37:56 +00:00
Ryan Boren 45ac770299 Image captions from azaozz. see #6812
git-svn-id: https://develop.svn.wordpress.org/trunk@8239 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-02 18:41:11 +00:00
Peter Westwood b80f64444a Add ARIA markup for required fields. Fixes #6914 props MarcoZ.
git-svn-id: https://develop.svn.wordpress.org/trunk@7888 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-04 21:28:12 +00:00
Peter Westwood f70f8d56cc Associate lables with form fields. Fixes #6859 props MarcoZ.
git-svn-id: https://develop.svn.wordpress.org/trunk@7883 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-04 10:37:06 +00:00
Ryan Boren 2ceb2405bc Classic theme navigation fix from Otto42. fixes #6513 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7869 602fd350-edb4-49c9-b593-d223f7449a82
2008-05-01 21:35:57 +00:00
Mark Jaquith bfab269cda Do not hyperlink the "Edit this entry" period. props phocks. fixes #6488
git-svn-id: https://develop.svn.wordpress.org/trunk@7582 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-31 17:02:41 +00:00
Ryan Boren 8807f9041b Updated RTL for default theme from mani_monaj. see #6296
git-svn-id: https://develop.svn.wordpress.org/trunk@7553 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-27 20:42:50 +00:00
Matt Mullenweg 5b4f1e16e3 Make calls in image.php template more explicit to allow for easier hacking and adaptation.
git-svn-id: https://develop.svn.wordpress.org/trunk@7541 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-27 00:13:14 +00:00
Matt Mullenweg e90f8d3843 .clear class was used, but undefined, which could cause funky image navigation at some sizes.
git-svn-id: https://develop.svn.wordpress.org/trunk@7539 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 23:12:54 +00:00
Ryan Boren ec33c42302 Taxonomy links and template tags from andy. see #6357
git-svn-id: https://develop.svn.wordpress.org/trunk@7520 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 06:37:19 +00:00
Ryan Boren dd8f3a2b25 W-P! rocks the CamelCase. Props lloydbudd. fixes #6335
git-svn-id: https://develop.svn.wordpress.org/trunk@7450 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-21 16:10:33 +00:00
Ryan Boren 88a2fee4ef Avatar support for classic theme
git-svn-id: https://develop.svn.wordpress.org/trunk@7361 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-17 23:16:10 +00:00
Ryan Boren 0629600e0c Add avatar support to default theme.
git-svn-id: https://develop.svn.wordpress.org/trunk@7360 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-17 23:12:17 +00:00
Matt Mullenweg e08ece21fa Don't link to yourself on a permalink page.
git-svn-id: https://develop.svn.wordpress.org/trunk@7225 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-11 00:46:58 +00:00
Matt Mullenweg 17a3b54dc0 Better media attachment template. See #5911. Hat tip: andy.
git-svn-id: https://develop.svn.wordpress.org/trunk@7222 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-11 00:09:14 +00:00
Matt Mullenweg be01ef8d9f Better attachment template. Hat tip: Andy. Fixes #6150.
git-svn-id: https://develop.svn.wordpress.org/trunk@7221 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-11 00:02:15 +00:00
Ryan Boren 6d7441c26e Remove trailing whites.
git-svn-id: https://develop.svn.wordpress.org/trunk@7130 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-02 20:17:30 +00:00
Ryan Boren 6e73f36982 Admin styling updates from mt. fixes #5940
git-svn-id: https://develop.svn.wordpress.org/trunk@6950 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-21 00:27:23 +00:00
Ryan Boren 8a7531ae4d Remove useless is_tag() call. Props takayukister. fixes #5687
git-svn-id: https://develop.svn.wordpress.org/trunk@6942 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-20 17:57:53 +00:00
Ryan Boren d5bc2c5b0f Theme editor font sizing and layout fixes from ionfish. see #5890
git-svn-id: https://develop.svn.wordpress.org/trunk@6890 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-17 22:23:04 +00:00
Ryan Boren 60b802e55d Some notice fixes from Nazgul. fixes #3155
git-svn-id: https://develop.svn.wordpress.org/trunk@6711 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-02 18:42:09 +00:00
Ryan Boren 2e6395d081 Use feed_link instead of rss_link functions. Props nazgul. fixes #5743
git-svn-id: https://develop.svn.wordpress.org/trunk@6702 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-31 22:15:49 +00:00
Ryan Boren 38cd681725 Use wp_list_bookmarks() in default theme. Props MichaelH. fixes #5724
git-svn-id: https://develop.svn.wordpress.org/trunk@6673 602fd350-edb4-49c9-b593-d223f7449a82
2008-01-28 20:18:07 +00:00
Ryan Boren 00db74c820 Theme tagging from andy. fixes #5545
git-svn-id: https://develop.svn.wordpress.org/trunk@6530 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-31 18:39:43 +00:00
Peter Westwood f2aa6e80cf Really making the default theme notice free.
git-svn-id: https://develop.svn.wordpress.org/trunk@6519 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 23:02:13 +00:00
Peter Westwood e891f40c26 Making the default theme notice free.
git-svn-id: https://develop.svn.wordpress.org/trunk@6518 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 22:56:56 +00:00
Ryan Boren 930a39d235 Use 'Log in' instead of 'Login' for verb form. Props doug. see #5296
git-svn-id: https://develop.svn.wordpress.org/trunk@6343 602fd350-edb4-49c9-b593-d223f7449a82
2007-11-26 21:40:00 +00:00
Peter Westwood 81cf36f253 Fix atom version number in the classic theme. Relates #5213 props rubys
git-svn-id: https://develop.svn.wordpress.org/trunk@6261 602fd350-edb4-49c9-b593-d223f7449a82
2007-10-17 19:37:21 +00:00
Peter Westwood 3c2cc79a46 Centralise generator generation, move theme generator generation to wp-head hook. Fixes #5085, #4803. props docwhat, Viper007Bond.
git-svn-id: https://develop.svn.wordpress.org/trunk@6195 602fd350-edb4-49c9-b593-d223f7449a82
2007-10-06 06:55:24 +00:00
Ryan Boren ec05e6cfd7 the_title_attribute(). Props Nazgul. fixes #4731
git-svn-id: https://develop.svn.wordpress.org/trunk@6132 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-18 22:50:59 +00:00
Ryan Boren 7a43c01e08 Remove trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@6026 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-03 23:32:58 +00:00
Mark Jaquith 1a98b38095 urlencode() redirect_to param in login links for both themes. fixes #4873 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@6006 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-01 23:05:11 +00:00
Mark Jaquith bd6534db40 Use single_tag_title() on tag pages in the Default theme. Props Andy. fixes #4876
git-svn-id: https://develop.svn.wordpress.org/trunk@5996 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-30 19:54:46 +00:00
Ryan Boren 3ff8ad1a47 Trackback fxn cleanup from Otto42. fixes #4800
git-svn-id: https://develop.svn.wordpress.org/trunk@5982 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 23:08:44 +00:00
Mark Jaquith de0494e090 Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674
git-svn-id: https://develop.svn.wordpress.org/trunk@5825 602fd350-edb4-49c9-b593-d223f7449a82
2007-07-30 16:32:12 +00:00
Ryan Boren f4ad9c82f4 RTL styling from sewar. fixes #4653
git-svn-id: https://develop.svn.wordpress.org/trunk@5813 602fd350-edb4-49c9-b593-d223f7449a82
2007-07-21 18:55:36 +00:00
Ryan Boren 0627e264c3 RTL styling from sewar. fixes #4653
git-svn-id: https://develop.svn.wordpress.org/trunk@5812 602fd350-edb4-49c9-b593-d223f7449a82
2007-07-21 18:55:11 +00:00
Mark Jaquith 7b46133c79 Correct grammatical error (comment splice). Props filosofo. fixes #4551
git-svn-id: https://develop.svn.wordpress.org/trunk@5771 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-27 23:25:49 +00:00
Ryan Boren b046d67f41 Trim empty lines. Nothing but newline.
git-svn-id: https://develop.svn.wordpress.org/trunk@5700 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-14 02:25:30 +00:00
rob1n 3cfb7f5602 Translate some strings in the classic theme that were missed. Props nbachiyski. fixes #4451
git-svn-id: https://develop.svn.wordpress.org/trunk@5697 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-13 16:41:21 +00:00
Ryan Boren 007ea284be attribute_escape REQUEST_URI
git-svn-id: https://develop.svn.wordpress.org/trunk@5679 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-11 22:41:47 +00:00
rob1n e1c783460f Use Older/Newer rather than Previous/Next for sake of clarity. fixes #4397
git-svn-id: https://develop.svn.wordpress.org/trunk@5664 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-07 23:33:06 +00:00
Ryan Boren d223909cbb More Kubrick custom color header i18n from nbachiyski. fixes #4256 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5468 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-13 18:46:17 +00:00
Ryan Boren 7b61ae86d2 Kubrick custin color header i18n from nbachiyski. fixes #4256 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5466 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-13 17:56:30 +00:00
rob1n 1a93f268ad Use correct border order in classic theme's CSS. fixes #4225
git-svn-id: https://develop.svn.wordpress.org/trunk@5392 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 23:23:41 +00:00
Ryan Boren ed0260ac9e Do a cap check at the top of widgets since it won't always inherit the menu cap check.
git-svn-id: https://develop.svn.wordpress.org/trunk@5385 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 17:52:22 +00:00
rob1n c2bb150496 Properly close the paragraph. Props zeo. fixes #4171 for both 2.2 and 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5290 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-20 03:52:41 +00:00
rob1n d9a76c8f91 Improve tag archive's title. Props johnbillion. fixes #4133
git-svn-id: https://develop.svn.wordpress.org/trunk@5250 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-12 04:39:55 +00:00
rob1n 16194b9fbd Change edit comment link to 'edit' rather than 'e'. Props pishmishy. fixes #3977
git-svn-id: https://develop.svn.wordpress.org/trunk@5221 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-09 21:08:46 +00:00
rob1n ea7193714d Fix typo. Props Nazgul. fixes #4083
git-svn-id: https://develop.svn.wordpress.org/trunk@5180 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-04 23:35:37 +00:00
rob1n 99aba2a91c Fix typo. Props johnbillion. fixes #4057
git-svn-id: https://develop.svn.wordpress.org/trunk@5176 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-04 00:58:55 +00:00
rob1n a499d35043 Localize admin tag form and classic theme's tag output. Props nbachiyski. fixes #4031
git-svn-id: https://develop.svn.wordpress.org/trunk@5168 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-01 19:42:06 +00:00
rob1n a6aecd4f7d Add classic theme's functions.php. Good eyes, Otto42. fixes #4057
git-svn-id: https://develop.svn.wordpress.org/trunk@5154 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-31 19:52:59 +00:00
rob1n 158614b4aa Add widget support (if plugin is available) to default themes. Props Otto42. fixes #4057
git-svn-id: https://develop.svn.wordpress.org/trunk@5151 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-31 16:57:50 +00:00
Matt Mullenweg 570a74e818 All the query stuff we need for tag= URLs to work.
git-svn-id: https://develop.svn.wordpress.org/trunk@5149 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-31 06:16:12 +00:00
Matt Mullenweg 06e885f4b1 Show tags on permalink pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@5147 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-31 05:21:47 +00:00
Ryan Boren ff859fce24 Don't output empty list. Props pishmishy. fixes #3779
git-svn-id: https://develop.svn.wordpress.org/trunk@5127 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-28 17:31:28 +00:00
Matt Mullenweg bfb4b8c091 Basic theme support for tags.
git-svn-id: https://develop.svn.wordpress.org/trunk@5111 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-26 08:08:31 +00:00