Sergey Biryukov
3e811c5171
Use distinct error code in wp_authenticate_username_password() when user is a spammer. props sirzooro. fixes #19445 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23579 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 18:01:16 +00:00
Andrew Nacin
12882f9848
Ensure the referer functions operate completely on unslashed data: wp_referer_field(), wp_original_referer_field(), wp_get_referer(), wp_get_original_referer().
...
Use wp_slash() instead of addslashes().
see #21767 .
git-svn-id: https://develop.svn.wordpress.org/trunk@23578 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:58:43 +00:00
Andrew Nacin
1b8afaa995
Remove an unslash in the deprecated WP_User_Search, as search_term is already unslashed in the constructor. see #21767 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23577 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:57:49 +00:00
Andrew Nacin
e8e569ccd2
Unslash early, directly on the superglobal. see #21767 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23576 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:57:08 +00:00
Andrew Nacin
0d54b5febe
Assume that url_shorten() receives unslashed data, as it does in core usage. see #21767 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23575 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:56:31 +00:00
Lance Willett
d7a010a66e
Twenty Thirteen: better styles for no-results views (empty search, empty archives) for small screens. Props johnbillion, fixes #23544 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23574 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:54:19 +00:00
Andrew Nacin
20f86706e4
Remove double-strip on HTTP_IF_NONE_MATCH, which was done years ago (in #2597 ). see #21767 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23573 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:51:16 +00:00
Lance Willett
876ce909c0
Twenty Twelve: enable live preview for Header Text Color in Theme Customizer. Change also removes an `!important` declaration (yay) in Custom Header CSS rules.
...
Props SriniG, fixes #23600 .
git-svn-id: https://develop.svn.wordpress.org/trunk@23572 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:45:59 +00:00
Sergey Biryukov
15cc36bd4b
Make sure the pings are only sent once per URL for a given post. props dllh. fixes #23217 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23571 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:39:52 +00:00
Ryan Boren
37fae23001
Always wp_unslash() the return of wp_get_referer().
...
see #21767
git-svn-id: https://develop.svn.wordpress.org/trunk@23570 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:20:32 +00:00
potbot
62139fc6a6
POT, generated from r23565
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23569 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:20:02 +00:00
Lance Willett
3ba7b7e56a
Twenty Twelve: better handling for cases where a background color is set to white or an empty value (like first run with no `theme_mods` set) and a background image is enabled, which resulted previously in a broken layout. Fixes #23586 , props obenland.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23568 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:14:59 +00:00
Ryan Boren
436b32ef62
Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes().
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23567 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:14:09 +00:00
Sergey Biryukov
316689c934
Add missing comma. props bradparbs. fixes #22507 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23566 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:12:02 +00:00
Sergey Biryukov
ad40af5edc
Add a filter for attributes on menu item links. props simonwheatley, DrewAPicture, SergeyBiryukov, nacin. fixes #16738 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23565 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:06:35 +00:00
Ryan Boren
e737c7120e
Use prepare instead of escape.
...
see #21767
git-svn-id: https://develop.svn.wordpress.org/trunk@23564 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:01:01 +00:00
Ryan Boren
4088ca8723
Use wp_unslash() instead of stripslashes() and stripslashes_deep(). Use wp_slash() instead of add_magic_quotes().
...
see #21767
git-svn-id: https://develop.svn.wordpress.org/trunk@23563 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 17:00:25 +00:00
Lance Willett
bfc00f191e
Twenty Twelve: properly style visited links in entries, widgets, and comment text. Props DrewAPicture, fixes #23200 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23562 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 16:56:15 +00:00
Lance Willett
79194cf2a2
Twenty Twelve: fix double featured images in Front Page Template, closes #22943 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23561 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 16:50:34 +00:00
Sergey Biryukov
3624fa4fde
Consistently apply 'preview_post_link' filter. fixes #19378 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23560 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 16:46:25 +00:00
Lance Willett
a8c27b4039
Twenty Thirteen: display caption in galleries. Fixes #23584 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23559 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 16:44:46 +00:00
Sergey Biryukov
93aa28e208
Consistently apply 'register' filter. props wonderboymusic for initial patch. fixes #14406 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23558 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 16:43:18 +00:00
Lance Willett
6db8b40209
Twenty Thirteen: CSS fixes to change single to double quotes, proper quoting around font-family names, and add a missing escape to a background image in custom-header.php. Props markmcwilliams, fixes #23653 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23557 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 16:40:29 +00:00
Ryan Boren
206318aeca
There is no need to strip the output of get_site_option().
...
see #21767
git-svn-id: https://develop.svn.wordpress.org/trunk@23556 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 16:37:24 +00:00
Ryan Boren
85782c3e39
Introduce wp_slash() and wp_unslash(). This will be used to cleanup the myriad calls to addslashes*, add_magic_quotes, stripslashes*. see #21767
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23555 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 16:34:48 +00:00
Ryan Boren
c363aea627
Revert 23416, 23419, 23445 except for wp_reset_vars() changes. We are going a different direction with the slashing cleanup, so resetting to a clean slate. see #21767
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23554 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 16:28:40 +00:00
Sergey Biryukov
158a124d0b
Remove redundant esc_url() call. props pauldewouters. fixes #23643 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23553 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 16:27:03 +00:00
Sergey Biryukov
da77df683e
Make wp_remove_object_terms() return false if nothing has been deleted. props kovshenin. fixes #15475 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23552 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 16:22:07 +00:00
Sergey Biryukov
80e66db499
Make wp_convert_bytes_to_hr() return consistent results on 32-bit and 64-bit systems. fixes #23626 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23551 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 15:59:10 +00:00
Sergey Biryukov
c99000e98c
Ensure that get_nav_menu_locations() always returns an array. props JustinSainton for initial patch. fixes #23508 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23550 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 15:51:16 +00:00
Lance Willett
d7c28ced8a
Twenty Thirteen: more CSS cleanup, props SergeyBiryukov. See #23652 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23549 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 04:04:52 +00:00
Lance Willett
44b8b0c3f1
Twenty Thirteen: better font-size rules all blockquotes, setting a smaller base rule and overriding the large only for entry content. Also fix too-wide comment iframes.
...
Props Viper007Bond for the nudge. Fixes #23651 .
git-svn-id: https://develop.svn.wordpress.org/trunk@23548 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 04:01:45 +00:00
Lance Willett
9eb7619193
Twenty Thirteen: reduce font-size a bit for comment content areas. See #23651 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23547 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 03:34:11 +00:00
Lance Willett
107be61753
Twenty Thirteen: trim down font properties, props obenland. Fixes #23546 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23546 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 03:24:18 +00:00
Lance Willett
057c586b3a
Twenty Thirteen: fix missing space in selector! Props markmcwilliams, fixes #23652 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23545 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 03:22:19 +00:00
Lance Willett
f5038132ed
Twenty Thirteen: second pass at styles for attachment pages that are not images: hide sidebar and navigation link, better alignment of Edit link.
...
Closes #23632 .
git-svn-id: https://develop.svn.wordpress.org/trunk@23544 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 03:20:22 +00:00
Andrew Ozz
da3d4313b4
Logged out warnings: restructure the PHP code (no need for a class), props nacin, see #23295
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23543 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-01 01:55:33 +00:00
bumpbot
85550f9f94
Compress scripts/styles: 3.6-alpha-23542.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23542 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 22:58:40 +00:00
Lance Willett
5ba76f91c2
Twenty Thirteen: add styles for attachment pages that are not images, fixes #23632 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23541 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 22:32:17 +00:00
Helen Hou-Sandi
144a7a190b
Remove input field focus styles in DFW to enhance the distraction-free-ness. props ocean90. fixes #23648 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23540 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 22:22:48 +00:00
Lance Willett
a72c418fcc
Twenty Thirteen: make footer widget area the primary sidebar, acting as "secondary" content. Move optional sidebar widget area to "tertiary" content. Props obenland, fixes #23644 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23539 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 21:35:26 +00:00
Lance Willett
dc778a96a5
Twenty Thirteen: remove unused selector.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23538 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 21:28:47 +00:00
Andrew Nacin
3c4c5649fe
Allow paths with two consecutive dots to be passed to home_url() and all related *_url() functions.
...
props markjaquith.
fixes #19032 .
git-svn-id: https://develop.svn.wordpress.org/trunk@23537 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 21:04:26 +00:00
Andrew Nacin
bedf69f229
Imporove a selector targeting taxonomy meta boxes. props SergeyBiryukov. see #22975 .
...
Uses correct patch, reverting [23517].
git-svn-id: https://develop.svn.wordpress.org/trunk@23536 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 20:50:32 +00:00
Andrew Nacin
715edd6d00
Remove direct call to add_new_user_to_blog() as this is already hooked into wpmu_activate_user.
...
The second argument passed by that hook is not $email, so let's change that. It is not used.
props wonderboymusic.
fixes #15173 .
git-svn-id: https://develop.svn.wordpress.org/trunk@23535 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 20:28:36 +00:00
Andrew Nacin
d3a4aa7e29
Ignore protected meta keys in meta_form(). see #18786 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23534 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 19:51:29 +00:00
Lance Willett
7d025e3e81
Twenty Thirteen: disable fixed navbar on small screens. Props obenland, fixes #23647 .
...
Also closes #23526 , #23535 , and #23566
git-svn-id: https://develop.svn.wordpress.org/trunk@23533 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 19:49:26 +00:00
Lance Willett
c361184e4b
Twenty Thirteen: wrap up vendor prefix cleanup with final Opera removals. Fixes #23582 , props Jayjdk.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23532 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 19:42:29 +00:00
Andrew Nacin
352183c346
Revert [23359]. The post_author and comment_count post object fields will remain numeric strings for back compat. see #22324 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23531 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 19:40:26 +00:00
bumpbot
60a88cf02c
Compress scripts/styles: 3.6-alpha-23530.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23530 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-28 19:07:34 +00:00