Bot (Assets)
975b727abd
Compress scripts/styles: 3.5-alpha-21589.
...
git-svn-id: http://core.svn.wordpress.org/trunk@21589 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 20:58:31 +00:00
Andrew Ozz
4fee15a9b4
Better styling of theme filter, props SergeyBiryukov, fixes #21637
...
git-svn-id: http://core.svn.wordpress.org/trunk@21588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 19:16:31 +00:00
Bot (Assets)
245cb4acba
Compress scripts/styles: 3.5-alpha-21587.
...
git-svn-id: http://core.svn.wordpress.org/trunk@21587 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 18:58:32 +00:00
Andrew Ozz
82d27641a5
Fix tabbing from the title to the editor on the Edit Post screen, see #21173
...
git-svn-id: http://core.svn.wordpress.org/trunk@21586 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 18:29:42 +00:00
Ryan Boren
7515511dd9
Use get_posts() to fetch stickies rather than custom bare SQL. Props scribu. see #21309
...
git-svn-id: http://core.svn.wordpress.org/trunk@21585 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 18:24:23 +00:00
Andrew Ozz
9f02c68a00
Don't hide the label for the Title on the Edit Post screen, use 'screen-reader-text' instead, props SergeyBiryukov, fixes #21458
...
git-svn-id: http://core.svn.wordpress.org/trunk@21584 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 17:40:17 +00:00
Bot (Assets)
4f587a0515
Compress scripts/styles: 3.5-alpha-21583.
...
git-svn-id: http://core.svn.wordpress.org/trunk@21583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 16:58:25 +00:00
Andrew Ozz
a9229369ce
Remove erroneous vertical-align: center values, props helenyhou, fixes #20586
...
git-svn-id: http://core.svn.wordpress.org/trunk@21582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 15:23:10 +00:00
Ryan Boren
f11317881a
Resurrect the switched global. Some are still using it. see #21459
...
git-svn-id: http://core.svn.wordpress.org/trunk@21581 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 03:34:00 +00:00
Bot (Assets)
4ce88d3d0f
Compress scripts/styles: 3.5-alpha-21580. TinyMCE updated.
...
git-svn-id: http://core.svn.wordpress.org/trunk@21580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 02:58:28 +00:00
Andrew Ozz
af85f3afe2
Fix help text on the Install Themes screen, props SergeyBiryukov, fixes #20925
...
git-svn-id: http://core.svn.wordpress.org/trunk@21579 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 02:28:30 +00:00
Andrew Ozz
b35d8b150d
Remove text-shadow on hover from update and comments bubbles in the admin menu, props markjaquith, fixes #21449
...
git-svn-id: http://core.svn.wordpress.org/trunk@21578 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 02:25:28 +00:00
Andrew Ozz
e00b17aac6
Replace the dark spinner with the light on the widgets screen and retire wpspin_dark.gif, props helenyhou and lessbloat, fixes #20957
...
git-svn-id: http://core.svn.wordpress.org/trunk@21577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 02:02:37 +00:00
Andrew Ozz
d2f6b4559f
Disable the (fake) image resizing in WebKit and Opera in TinyMCE 3.5.6, fix dragging image with caption in Firefox, see #21173
...
git-svn-id: http://core.svn.wordpress.org/trunk@21576 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-22 01:47:53 +00:00
Bot (Assets)
9bd7b4811b
Compress scripts/styles: 3.5-alpha-21575.
...
git-svn-id: http://core.svn.wordpress.org/trunk@21575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-21 22:58:27 +00:00
Andrew Ozz
0b92d7c941
Improve the layout and accessibility of the admin menu: simplify the HTML structure, move the submenus off the viewport (still visible for screen readers) instead of hiding them with display: none, make it possible to unfold the menu on small/narrow screens, see #21349
...
git-svn-id: http://core.svn.wordpress.org/trunk@21574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-21 22:46:30 +00:00
Lance Willett
5ee453f570
Twenty Twelve: s/Show navigation/Show menu/ in small menu button text, props nacin. See #21562 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21573 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-21 17:31:33 +00:00
Ryan Boren
d2ecd62b7f
Remove references from get_post() and get_page().
...
Handle $GLOBALS['post'] containing stdClass instead of WP_Post.
Props nacin
see #21309
git-svn-id: http://core.svn.wordpress.org/trunk@21572 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-21 15:42:28 +00:00
Peter Westwood
791eda2594
When comment paging is enabled make sure to have canonical links for each of the comment pages so that all the comments are indexed instead of just the ones that are displayed on the permalink itself.
...
Fixes #21579 props jkudish.
git-svn-id: http://core.svn.wordpress.org/trunk@21571 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-21 12:53:54 +00:00
Peter Westwood
a8ce9af6d8
Comments: Allow the caller of get_comments() to request comments with a specific comment_approved value.
...
This allows for a custom comment status to be queried directly overriding the status argument.
See #21101 props nbachiyski.
git-svn-id: http://core.svn.wordpress.org/trunk@21570 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-21 09:56:16 +00:00
Andrew Nacin
d65b2caac9
Ensure sticky posts are WP_Post objects. props mdawaffe. see #21309 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-21 04:04:54 +00:00
Andrew Nacin
80159bda68
Restore _get_post_ancestors() in deprecated.php to prevent fatal errors. see #21309 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-21 00:10:05 +00:00
Andrew Nacin
cc63fad8cb
Return a variable reference from get_pages(). see [21559], see #21309 , fixes #20756 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 23:43:04 +00:00
Lance Willett
ed3a84bacc
Twenty Twelve: add in missing style.css tag for 'editor-style', see #21376 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21566 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 22:26:51 +00:00
Lance Willett
8091c3e0e1
Twenty Twelve: update RTL stylsheet based on recent layout changes, see #21441 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 22:11:36 +00:00
Lance Willett
c6aca81768
Twenty Twelve: in small menu give sub-menu items a bit of indentation to denote the hierarchy of items. See #21562 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 22:10:56 +00:00
Andrew Nacin
46eb6f0c26
Move the optimization done to get_user_by() in [21376] higher up the stack, into map_meta_cap() and is_super_admin().
...
This provides nearly the same benefits without possibly receiving a stale object from get_userdata(),
which could affect authentication, and introduce side effects for plugins.
see #21120 .
git-svn-id: http://core.svn.wordpress.org/trunk@21563 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 21:58:34 +00:00
Lance Willett
c255fe7e6e
Twenty Twelve: minor style fixes for small navigation menu (line-height) -- see #21562 ; featured image on homepage timeplate (space below image in small layouts).
...
git-svn-id: http://core.svn.wordpress.org/trunk@21562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 21:44:38 +00:00
Ryan Boren
9cf4306b6d
s/is_ms_switched/ms_is_switched/ see #21459
...
git-svn-id: http://core.svn.wordpress.org/trunk@21561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 20:56:34 +00:00
Ryan Boren
21782ca444
Introduce is_ms_switched(). see #21459
...
git-svn-id: http://core.svn.wordpress.org/trunk@21560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 20:48:35 +00:00
Ryan Boren
9377523bce
Introduce WP_Post class. Clean up ancestors handling. Props scribu, toppa. fixes #10381 see #21309
...
git-svn-id: http://core.svn.wordpress.org/trunk@21559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 19:47:52 +00:00
Lance Willett
ef9743af7c
Twenty Twelve: better naming for the homepage widget areas, props nacin. See #21619 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21558 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 19:43:16 +00:00
Lance Willett
1dabc15e34
Twenty Twelve: re-implement the hiding of toggle element when empty menu is present, see #21562 and r21520 props cfinke.
...
git-svn-id: http://core.svn.wordpress.org/trunk@21557 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 19:14:51 +00:00
Lance Willett
786a5de88f
Twenty Twelve: patch IE7 for clip styles (hidden elements were displaying incorrectly).
...
git-svn-id: http://core.svn.wordpress.org/trunk@21556 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 19:13:28 +00:00
Lance Willett
4ee38a3ca6
Twenty Twelve: change homepage widget areas to use columns or multiple areas instead of one big area. Fixes #21619 , props obenland.
...
git-svn-id: http://core.svn.wordpress.org/trunk@21555 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 18:45:00 +00:00
Lance Willett
6de0e77fd4
Twenty Twelve: improve navigation to be mobile-first and not rely on JS for hiding and showing, props obenland for patches. See #21562 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21554 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 18:35:33 +00:00
Ryan Boren
9dbb6a34f6
Reduce calls to sanitize_title_with_dashes in register_(post_type|taxonomy). Props ocean90. fixes #21600
...
git-svn-id: http://core.svn.wordpress.org/trunk@21553 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 17:25:06 +00:00
Andrew Nacin
9eeccc2230
Add term_taxonomy_id field handling to WP_Tax_Query::transform_query(), allowing the transformation to be bypassed when tt ids are passed.
...
props wonderboymusic.
fixes #21228 .
git-svn-id: http://core.svn.wordpress.org/trunk@21552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 16:49:21 +00:00
Andrew Nacin
bfaaa3d8ab
Remove unused multisite option 'language'. props wonderboymusic. fixes #21545 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 16:43:44 +00:00
Andrew Nacin
7a4fdb78e1
Always return a variable reference from get_pages(). props wonderboymusic, foxinni. fixes #20756 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21550 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-20 16:38:43 +00:00
Andrew Ozz
39ab1e4535
Fix screen reader text in IE7 and 8 in the toolbar "Updates" menu, props SergeyBiryukov, fixes #21333
...
git-svn-id: http://core.svn.wordpress.org/trunk@21549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-19 22:19:00 +00:00
Bot (Assets)
4313374dad
Compress scripts/styles: 3.5-alpha-21548.
...
git-svn-id: http://core.svn.wordpress.org/trunk@21548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-19 18:58:22 +00:00
Mark Jaquith
9739261969
Fix the display of widgets in wp-admin when their descriptions wrap to two lines. props mattdanner. fixes #15180
...
git-svn-id: http://core.svn.wordpress.org/trunk@21547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-19 18:16:52 +00:00
Bot (Assets)
e1a28534d0
Compress scripts/styles: 3.5-alpha-21546. TinyMCE updated.
...
git-svn-id: http://core.svn.wordpress.org/trunk@21546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-19 00:58:19 +00:00
Andrew Ozz
b35ac4a005
Update TinyMCE to 3.5.6, see #21173
...
git-svn-id: http://core.svn.wordpress.org/trunk@21545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-18 23:24:27 +00:00
Andrew Nacin
9d12d7df9c
We no longer need to check function_exists() for date_default_timezone_set(). props Gary-J, j-idris. fixes #20501 .
...
git-svn-id: http://core.svn.wordpress.org/trunk@21544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-17 23:40:09 +00:00
Lance Willett
26ebec2fc8
Twenty Twelve: remove twentytwelve_is_categorized_site() in favor of a theme-agnostic future core fix for this issue, see #21479 .
...
Also simplify the logic for checking tag and categories, props SergeyBiryukov and obenland.
git-svn-id: http://core.svn.wordpress.org/trunk@21543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-17 22:18:01 +00:00
Lance Willett
d39c16594b
Twenty Twelve: output dynamic end comment ID value for navigation container (above|below).
...
git-svn-id: http://core.svn.wordpress.org/trunk@21542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-17 21:20:16 +00:00
Ryan Boren
02dc348b57
Introduce wp_get_mime_types() for fetching the complete list of mime types. Remove the static caching of the types so that filters other than the first filter work. Use wp_get_mime_types() in do_enclose(). fixes #21299 #21594
...
git-svn-id: http://core.svn.wordpress.org/trunk@21541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-17 17:25:19 +00:00
Lance Willett
9b3bb27a48
Twenty Twelve: minor CSS cleanup for extra trailing selector comma, spacing, and too-specific class selector.
...
git-svn-id: http://core.svn.wordpress.org/trunk@21540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-08-17 17:23:49 +00:00