Commit Graph

1459 Commits

Author SHA1 Message Date
Bot (Translations)
06f96735c1 POT, generated from r24434
git-svn-id: http://core.svn.wordpress.org/trunk@24435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-18 22:14:13 +00:00
Lance Willett
b512e9b6a9 Twenty Eleven: use get_content_url() instead of get_the_post_format_url(). Fixes #23618.
git-svn-id: http://core.svn.wordpress.org/trunk@24434 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-18 21:40:14 +00:00
Lance Willett
42056fdae6 Twenty Thirteen: fix minor RTL and mobile visual display bugs, props obenland. Fixes #24524.
git-svn-id: http://core.svn.wordpress.org/trunk@24428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-07 17:01:22 +00:00
Bot (Translations)
b2fc7d1b8b POT, generated from r24423
git-svn-id: http://core.svn.wordpress.org/trunk@24424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-06 19:14:10 +00:00
Lance Willett
693d4e0984 Twenty Thirteen: remove html5 arguments now that add_theme_support call is in place. Props obenland, see r24421 and #23850.
git-svn-id: http://core.svn.wordpress.org/trunk@24423 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-06 18:29:32 +00:00
Bot (Translations)
b73e4d4e50 POT, generated from r24421
git-svn-id: http://core.svn.wordpress.org/trunk@24422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-06 18:14:04 +00:00
Lance Willett
7bb95a77ef Twenty Thirteen: Remove twentythirteen_search_form_format() filter in favor of add_theme_support() call for search form, comment form, and comment list markup. Props SergeyBiryukov, fixes #24269; see #23850.
git-svn-id: http://core.svn.wordpress.org/trunk@24421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-06 17:20:40 +00:00
Bot (Translations)
a98047f084 POT, generated from r24412
git-svn-id: http://core.svn.wordpress.org/trunk@24413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-06 01:14:28 +00:00
Lance Willett
16d40fde2a Twenty Thirteen markup cleanup:
* Remove trailing slashes on void elements such as `meta` and `link`
 * Remove `type` attribute from `script` element

Props retlehs, fixes #24499.

git-svn-id: http://core.svn.wordpress.org/trunk@24412 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-06 00:29:07 +00:00
Lance Willett
38c19a5fde Twenty Thirteen: improve backward compatibility escape hatch for pre-3.6 versions:
* Switch to the built-in method of providing a back link in `wp_die()` for the Customizer
 * Use WP_DEFAULT_THEME for both arguments during theme switching to simplify the logic
 * Prevent the 3.3 and earlier theme preview action gracefully

Props obenland for patches, fixes #24441.

git-svn-id: http://core.svn.wordpress.org/trunk@24411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-06 00:22:09 +00:00
Lance Willett
c0340f8188 Twenty Thirteen: correct PHPDoc for using get_content_url() to grab first link in post content. See #24469.
git-svn-id: http://core.svn.wordpress.org/trunk@24405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-03 22:20:43 +00:00
Lance Willett
d778fdf863 Twenty Thirteen: clean up RTL styles per changes in r24391, see #24469.
git-svn-id: http://core.svn.wordpress.org/trunk@24404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-03 22:17:09 +00:00
Bot (Translations)
123eaff2bc POT, generated from r24402
git-svn-id: http://core.svn.wordpress.org/trunk@24403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-03 22:14:13 +00:00
Lance Willett
e5b9b98c46 Twenty Thirteen: Clean up image attachment template and move logic to twentythirteen_the_attached_image() function. Props obenland, fixes #24479.
git-svn-id: http://core.svn.wordpress.org/trunk@24402 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-03 21:44:25 +00:00
Lance Willett
90ce925c46 Twenty Thirteen: remove mention of twentythirteen_comment() in PHPDoc, props zeo. Closes #24482.
git-svn-id: http://core.svn.wordpress.org/trunk@24401 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-06-03 21:35:26 +00:00
Lance Willett
28ab169d37 Twenty Thirteen: use lowercase color hex value in RTL CSS file, props zeo. Fixes #24474.
git-svn-id: http://core.svn.wordpress.org/trunk@24394 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-31 22:11:57 +00:00
Lance Willett
8f72f9e9e3 Twenty Thirteen: better styles for blockquote italic and bold text. Fixes #24471.
git-svn-id: http://core.svn.wordpress.org/trunk@24393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-31 18:48:22 +00:00
Bot (Translations)
45dfe23d61 POT, generated from r24391
git-svn-id: http://core.svn.wordpress.org/trunk@24392 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-31 18:14:37 +00:00
Lance Willett
ff9e60e3e6 Twenty Thirteen: remove all post_format_*() and the_remaining_content() function calls, reverting to the_content(). Simplify functions.php, JS, and CSS files accordingly. Props obenland for starter patch, fixes #24469 and #24407. See #24452.
git-svn-id: http://core.svn.wordpress.org/trunk@24391 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-31 17:45:00 +00:00
Lance Willett
222b25db4f Twenty Thirteen: remove unused custom-font body class value. See #24445.
git-svn-id: http://core.svn.wordpress.org/trunk@24390 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-31 05:23:48 +00:00
Lance Willett
48cfef3ad9 Twenty Thirteen: revert hyphenation and word-break changes from r24332, and add better fix for long comment author names. Props SergeyBiryukov, fixes #24329 and #24451.
git-svn-id: http://core.svn.wordpress.org/trunk@24389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-31 05:20:03 +00:00
Lance Willett
786690fd4b Twenty Thirteen: PHPDoc cleanup/completion, props DrewAPicture. Fixes #24413.
git-svn-id: http://core.svn.wordpress.org/trunk@24351 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-24 21:24:08 +00:00
Lance Willett
0e3b4160bd Twenty Thirteen: remove CSS hack added in r24286 for pixel shift in Chrome with gallery thumbs. Not needed now that we're loading medium size (and not large), see r24338.
git-svn-id: http://core.svn.wordpress.org/trunk@24350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-24 21:22:58 +00:00
Lance Willett
58f2a1d4ec Twenty Thirteen: polish up RTL for editor styles, fixing blockquote and status entries. Fixes #24298.
git-svn-id: http://core.svn.wordpress.org/trunk@24347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-24 18:58:21 +00:00
Lance Willett
10977c290c Twenty Thirteen: fix up Quote styles for the visual editor, see #24308.
git-svn-id: http://core.svn.wordpress.org/trunk@24343 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-23 23:48:56 +00:00
Lance Willett
59177c4806 Twenty Thirteen: fix comment cruft left from r24338.
git-svn-id: http://core.svn.wordpress.org/trunk@24342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-23 23:48:02 +00:00
Lance Willett
568a52c53b Twenty Thirteen: properly center the navbar, props DrewAPicture. Fixes #24406.
git-svn-id: http://core.svn.wordpress.org/trunk@24340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-23 22:35:41 +00:00
Bot (Translations)
077c7cef55 POT, generated from r24338
git-svn-id: http://core.svn.wordpress.org/trunk@24339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-23 21:14:28 +00:00
Lance Willett
1fa2b84ae9 Twenty Thirteen: revert adding new image size for galleries., Using existing medium size instead, and thumbnail for mobile views. See #24307.
git-svn-id: http://core.svn.wordpress.org/trunk@24338 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-23 20:39:51 +00:00
Bot (Translations)
d8db743e35 POT, generated from r24334
git-svn-id: http://core.svn.wordpress.org/trunk@24335 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-23 18:14:16 +00:00
Lance Willett
81b18ddade Twenty Thirteen: create new image size for galleries, at 300 x 300 so that "large" image size doesn't load for a resulting thumbnail on index views. See #24307.
git-svn-id: http://core.svn.wordpress.org/trunk@24333 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-23 17:32:40 +00:00
Lance Willett
1657a226a1 Twenty Thirteen: move word-wrap rules to parent container of hyphenated text, and hyphenate long comment author names. Props SergeyBiryukov for first patches, fixes #24329.
git-svn-id: http://core.svn.wordpress.org/trunk@24332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-23 17:20:37 +00:00
Lance Willett
302e0912a3 Twenty Thirteen: handle case for gallery post formats if there is no gallery shortcode in the post. Props obenland, fixes #24391.
git-svn-id: http://core.svn.wordpress.org/trunk@24331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-23 17:05:26 +00:00
Bot (Translations)
08361a230c POT, generated from r24322
git-svn-id: http://core.svn.wordpress.org/trunk@24326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-22 21:14:09 +00:00
Bot (Translations)
1e5d4c245b POT, generated from r24322
git-svn-id: http://core.svn.wordpress.org/trunk@24325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-22 21:14:08 +00:00
Bot (Translations)
dc6186258e POT, generated from r24322
git-svn-id: http://core.svn.wordpress.org/trunk@24324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-22 21:14:05 +00:00
Bot (Translations)
49dbbc9f5a POT, generated from r24322
git-svn-id: http://core.svn.wordpress.org/trunk@24323 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-22 21:14:03 +00:00
Andrew Nacin
7ee6ad566d Remove /extend/ from Hello Dolly.
Well, hello, Dolly
It's so nice to have you back where you belong

fixes #24389.



git-svn-id: http://core.svn.wordpress.org/trunk@24322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-22 21:08:40 +00:00
Andrew Nacin
c4f26d06b6 Remove /extend/ from Theme URI headers in default themes. props JustinSainton, fixes #24389.
git-svn-id: http://core.svn.wordpress.org/trunk@24321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-22 21:06:08 +00:00
Andrew Ozz
92ffd4310a TwentyTwelve: in editor-style.css change .mceWPnextpage to .mce-wp-nextpage to match the core fix for Chrome. See #24177.
git-svn-id: http://core.svn.wordpress.org/trunk@24319 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-22 19:10:42 +00:00
Lance Willett
d1ba0654c9 Twenty Thirteen: first pass to add RTL for editor styles, see #24298. Props obenland for starter patch. Adds table of contents to this file and fixes spelling in style.css ToC.
git-svn-id: http://core.svn.wordpress.org/trunk@24309 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-20 22:35:08 +00:00
Lance Willett
908a7b5368 Twenty Thirteen: first pass to add post format visual styles to visual editor. Props celloexpressions and obenland, see #24308 and #24298.
git-svn-id: http://core.svn.wordpress.org/trunk@24308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-20 22:18:09 +00:00
Lance Willett
f35f74f092 Twenty Thirteen: PHPDoc improvements for back-compat file, props DrewAPicture. Fixes #24363.
git-svn-id: http://core.svn.wordpress.org/trunk@24307 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-20 22:16:20 +00:00
Lance Willett
8471b20a11 Twenty Thirteen: revert unintended space change from r24239.
git-svn-id: http://core.svn.wordpress.org/trunk@24287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-17 19:25:50 +00:00
Lance Willett
30c4fb57ba Twenty Thirteen: fix pixel shift that can occur on gallery non-single views in latest Chrome. Props jeremyfelt, fixes #24310.
git-svn-id: http://core.svn.wordpress.org/trunk@24286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-17 19:24:53 +00:00
Lance Willett
3ac84ecc76 Twenty Thirteen: ensure galleries are displayed correctly (centered) on both single and indexed views, props obenland. See #24307.
git-svn-id: http://core.svn.wordpress.org/trunk@24285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-17 19:22:39 +00:00
Lance Willett
4b6fbf29fc Twenty Thirteen: fixes to remove invalid CSS rules, including unneeded IE-specific filters and calc() values.
git-svn-id: http://core.svn.wordpress.org/trunk@24281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-16 19:52:53 +00:00
Lance Willett
cf161f5c1f Twenty Thirteen: update Quote styles so that fancy display only affects the actual quote content. Fixes #24332.
git-svn-id: http://core.svn.wordpress.org/trunk@24279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-16 16:48:55 +00:00
Lance Willett
a8ed7caf27 Twenty Thirteen: updated screenshot, smaller (82 to 55 KB) and a bit less cow.
git-svn-id: http://core.svn.wordpress.org/trunk@24278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-16 16:47:42 +00:00
Lance Willett
a251b69906 Twenty Thirteen: minor CSS fixes for comment spacing and property ordering.
git-svn-id: http://core.svn.wordpress.org/trunk@24239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-05-10 21:38:48 +00:00