Commit Graph

362 Commits

Author SHA1 Message Date
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
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
Dion Hulse 40e684d779 Better internationalisation for TwentyTen. Props filosofo. Fixes #12384
git-svn-id: https://develop.svn.wordpress.org/trunk@13498 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 11:43:04 +00:00
Andrew Nacin 33798863d4 Introduce add_editor_style() to easily register a stylesheet for the visual editor. see #11512 see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13441 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-26 20:12:06 +00:00
Ryan Boren 61ffa682c1 Note theme support for custom background, header, and menus. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13417 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-25 22:04:59 +00:00
Ryan Boren 4ee18ae484 Default header selector, first pass. see #12343
git-svn-id: https://develop.svn.wordpress.org/trunk@13403 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-25 19:18:44 +00:00
Dion Hulse 49dce31f70 Deprecate automatic_feed_links() in favor of add_theme_support('automatic-feed-links'). Props Viper007Bond. Fixes #12364
git-svn-id: https://develop.svn.wordpress.org/trunk@13398 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-25 08:56:19 +00:00
Andrew Nacin c9dfb91763 Spelling and grammar fun. Fixes #11875 props cnorris23
git-svn-id: https://develop.svn.wordpress.org/trunk@13382 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 20:13:23 +00:00
Ryan Boren ed332ce2bd Fallback to wp_page_menu() from wp_nav_menu() if no menus are setup. Use wp_nav_menu() in twentyten. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13368 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 08:45:26 +00:00
Matt Thomas 249203d869 Tag editor-style support, adjust site-info font size in twentyten. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13335 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 19:08:46 +00:00
Matt Thomas 30eafc7ecd Move headers to images directory, remove old header in twentyten. See #12343
git-svn-id: https://develop.svn.wordpress.org/trunk@13333 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 18:23:26 +00:00
Matt Thomas 3493c7a2eb New screenshot for twentyten, see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13320 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 02:23:53 +00:00
Ryan Boren fd1587c61f Add a selection of headers to twentyten. see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13319 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 01:46:25 +00:00
Andrew Nacin b7308ebe6c Set svn eol-style native on new files
git-svn-id: https://develop.svn.wordpress.org/trunk@13255 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-20 21:00:19 +00:00
Dion Hulse ec9ee88c2d Remove Unneeded the_post/rewind_posts() calls, Add a "No posts for this archive" type message to the loop. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13218 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-19 10:41:15 +00:00
Dion Hulse 9760997180 Rename the new 'themes_loaded' hook to 'after_setup_theme' to prevent confusion as to what it actually does & where its fired from. Fixes #12231
git-svn-id: https://develop.svn.wordpress.org/trunk@13214 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-19 10:00:00 +00:00
Matt Thomas ce56f13f5e Fix meta-sep divider on gallery items in twentyten, see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13181 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-17 19:32:11 +00:00
Ryan Boren 163919a4d8 Comment form output tweaks. Props beaulebens. see #10910
git-svn-id: https://develop.svn.wordpress.org/trunk@13180 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-17 19:28:03 +00:00
Matt Thomas ae57a8a0a9 Adding single-column, no sidebar page template to twentyten. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13179 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-17 19:05:39 +00:00
Matt Thomas b67384850d Give the visual editor a max-width that matches the content width in twentyten
git-svn-id: https://develop.svn.wordpress.org/trunk@13178 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-17 18:50:48 +00:00
Mark Jaquith 37e62c69f5 revert function rename from r13129 which broke the comments form. props beaulebens. see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13166 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-16 00:21:06 +00:00
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