Sergey Biryukov
021c744c82
Fix typo in upgrade_100(). props tivnet, bpetty. fixes #24020 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23949 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-10 16:04:36 +00:00
Sergey Biryukov
6b040372c1
Remove duplicate array key. props tivnet. fixes #24021 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23948 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-10 15:55:53 +00:00
Mark Jaquith
f646510aaa
No longer need to work around zend_hash_del_key_or_index bug. fixes #24029 . see [4717]
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23947 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-10 07:57:58 +00:00
Ryan Boren
f69b7492e4
Allow turning off the post formats UI via a show_post_format_ui filter.
...
Props johnbillion
see #23929
git-svn-id: https://develop.svn.wordpress.org/trunk@23946 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 22:43:28 +00:00
Lance Willett
be00e2b9cd
Twenty Thirteen: fix for right-aligned images breaking the main column layout in small screen sizes. Props obenland, fixes #23994 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23945 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 21:43:32 +00:00
Lance Willett
fcc607c1b2
Twenty Thirteen: remove overly-specific post meta styles, props ziegenberg and obenland. Fixes #23962 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23944 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 21:39:19 +00:00
Lance Willett
e84dc5390e
Twenty Thirteen: avoid galleries not being displayed on single in IE8, props obenland. See #23996 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23943 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 21:34:03 +00:00
Lance Willett
ea2111d445
Twenty Thirteen: better representative theme screenshot, props Joen. (Also shaves a few KB off previous file.)
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23942 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 20:58:26 +00:00
Sergey Biryukov
4f5e194154
Use correct variable. fixes #24014 . see #23119 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23941 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 20:50:45 +00:00
Sergey Biryukov
99a0fef80c
Add alt attribute for selected image. see #19570 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23940 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 17:12:47 +00:00
Sergey Biryukov
db94cf138b
Fix inconsistent id attributes. props kovshenin. fixes #24006 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23939 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 17:08:25 +00:00
Sergey Biryukov
c579fc339b
Use the function argument instead of the $post global in get_the_post_format_image(). props kovshenin. fixes #24003 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23938 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 16:28:09 +00:00
Sergey Biryukov
c436d61d37
Consistently use the function argument instead of the $post global in get_the_post_format_media(). props kovshenin. fixes #24003 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23937 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 13:42:53 +00:00
Ryan Boren
131e90a91a
_wp_preview_terms_filter() should be @since 3.6.0. Standardize on 3.6.0 instead of 3.6.
...
See #20564
git-svn-id: https://develop.svn.wordpress.org/trunk@23936 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 13:05:21 +00:00
Sergey Biryukov
929cfec65c
PHPDoc fixes and additions for post formats. props c3mdigital, DrewAPicture. fixes #23974 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23935 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-09 09:38:25 +00:00
Sergey Biryukov
d25e6cb006
Fix closing tag in revisions UI. props adamsilverstein. fixes #23999 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23934 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-08 23:38:48 +00:00
Andrew Ozz
cd9306e6ac
Revisions: don't set revisions post_author with get_post_meta( $ID, '_edit_last' ). Not needed since we create revisions after saving the post and breaks per-user autosaves, see #16215
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23933 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-08 00:08:33 +00:00
Sergey Biryukov
6c981a7835
Fix inconsistent spacing in comment_form(). props sim, TravisHoffman. fixes #23878 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23932 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-07 23:57:35 +00:00
Helen Hou-Sandi
f7857ce942
Remove unnecessary label, placeholder, and class for a hidden input. see #23938 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23931 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-07 16:49:56 +00:00
bumpbot
120caba65a
Compress scripts/styles: 3.6-beta1-23930.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23930 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-07 00:58:39 +00:00
Andrew Ozz
7c4cebe1c5
Revisions: move the call to _wp_upgrade_revisions_of_post() to edit-form-advanced.php, in the code block checking whether we should show the revisions postbox. See #16215
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23929 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-06 23:43:05 +00:00
Andrew Ozz
48dc22b9eb
Revisions:
...
- Store the post format as meta on revisions (including autosaves).
- Add post formats data (post meta) when autosaving.
- Only add non-empty post formats data to revisions.
- Correct the post format when previewing a published post.
Props kovshenin, see #19570 , see #20564 .
git-svn-id: https://develop.svn.wordpress.org/trunk@23928 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-06 23:18:52 +00:00
bumpbot
0e3dd60eae
Compress scripts/styles: 3.6-beta1-23927.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23927 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-06 22:58:42 +00:00
Andrew Ozz
7ebe9d62c6
Post formats: connect labels with fields, move the two css blocks dealing with formats next to each other, see #23938
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23926 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-06 21:40:58 +00:00
Andrew Nacin
2f7c193378
Remove dead code. Removed in [23445], accidentally reinstated in [23554]. This was found during wp_reset_vars() cleanup. see #21767 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23925 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-06 20:47:12 +00:00
Sergey Biryukov
24a18ed5a1
Pass the post ID to the_title filter in post_formats_compat(). props danielbachhuber. see #23347 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23924 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-06 08:11:23 +00:00
Sergey Biryukov
c868bd8540
Avoid an undefined index notice in wp_read_video_metadata(). props ocean90. fixes #23953 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23923 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-06 00:29:12 +00:00
Andrew Ozz
9231c52c70
Logged out warnings: fix phpdoc, props ocean90, see #23295
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23922 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-05 23:28:40 +00:00
Andrew Nacin
62e7bbe52a
Third parameter for shortcode_atts() for audio and video shortcodes. props obenland, see #23282 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23921 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-05 17:46:31 +00:00
Lance Willett
ef43637fa2
Twenty Thirteen: style the the "Login to Reply" link correctly, props obenland. Fixes #23943 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23920 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-05 16:35:27 +00:00
bumpbot
1ab752e30a
Compress scripts/styles: 3.6-beta1-23919.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23919 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-05 02:58:49 +00:00
Helen Hou-Sandi
6fa6b65574
Show labels and remove improperly-used placeholders for post format fields. props Ipstenu, azaozz. see #23938 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23918 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-05 02:37:13 +00:00
bumpbot
9e833974f6
Compress scripts/styles: 3.6-beta1-23917.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23917 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-05 00:58:45 +00:00
Andrew Ozz
2c3a012631
In the HTML outputted from get_search_form(): remove incrementing the IDs for XHTML after the first call, remove the <div> wrapper for HTML5. Props obenland, props bpetty. Fixes #16539
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23916 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-05 00:26:53 +00:00
Sergey Biryukov
4200e2702f
Use correct class. see #23933 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23915 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-05 00:20:19 +00:00
Sergey Biryukov
576b34af42
Check for [\r\n\t ] instead of \s in get_content_chat() to avoid UTF-8 issues. see #23625 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23914 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 23:43:59 +00:00
bumpbot
d658c85491
Compress scripts/styles: 3.6-beta1-23913.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23913 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 22:58:47 +00:00
Andrew Nacin
7ef23da2b0
WP_Upgrader: Add upgrader_process_complete hooks and add a abort_if_destination_exists flag (default is true). props dd32. see #18200 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23912 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 21:10:54 +00:00
Sergey Biryukov
4c15b933e8
Use correct function name. props ocean90. fixes #23942 . see #23927 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23911 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 21:03:35 +00:00
bumpbot
17b8f04592
Compress scripts/styles: 3.6-beta1-23909.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23910 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 20:58:48 +00:00
Sergey Biryukov
3095f5af6b
Use correct id attribute. props ocean90. fixes #23937 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23909 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 20:58:33 +00:00
Sergey Biryukov
244974e838
Fix typo in revisions JS/CSS. props mgibbs189, JustinSainton. fixes #23941 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23908 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 20:49:26 +00:00
Andrew Nacin
c9deeed6e9
Use get_post() in lieu of direct query in wp_ajax_replyto_comment(). fixes #23940 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23907 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 18:44:38 +00:00
Mark Jaquith
cb4b384500
3.6-beta1
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23906 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 16:09:09 +00:00
bumpbot
21e5147be6
Compress scripts/styles: 3.6-alpha-23905.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23905 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 16:06:50 +00:00
Mark Jaquith
6bae3a6eda
A little more revisions js/php cleanup. see #23901 . props kovshenin, ocean90.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23904 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 16:03:21 +00:00
Andrew Nacin
a4bf14e7da
Use correct option name when deleting embed_autourls. props SergeyBiryukov. see #23715 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23902 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 15:55:53 +00:00
Mark Jaquith
25c799470e
Revisions CSS cleanup.
...
props ocean90. fixes #23933
git-svn-id: https://develop.svn.wordpress.org/trunk@23901 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 15:49:28 +00:00
bumpbot
12142ddb77
Compress scripts/styles: 3.6-alpha-23900.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23900 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 08:58:49 +00:00
Mark Jaquith
2ab2451508
Standardize the post format theme API functions with the_post_format_THING() and get_the_post_format_THING().
...
fixes #23927
git-svn-id: https://develop.svn.wordpress.org/trunk@23899 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-04 08:09:02 +00:00