Andrew Ozz
f19c180122
Some CSS cleanup and tuning, see #17324
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18173 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 22:27:03 +00:00
Ian Stewart
f12b34ea48
Twenty Eleven: make sure the featured post title link is visible in the dark color scheme
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18172 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 21:33:12 +00:00
Ian Stewart
809cdf944d
Twenty Eleven: visual fixes
...
* Prevent the sidebar-content layout from breaking singular post and page views
* Prevent smileys from inheriting borders and padding
git-svn-id: https://develop.svn.wordpress.org/trunk@18171 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 19:41:25 +00:00
Andrew Ozz
43a3346ed9
Workaround for removeAttr('style') in Chromium, props duck_, fixes #17706
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18170 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 18:59:10 +00:00
Ryan Boren
b696e98db1
Fix warnings in menu.php when plugins.php is enabled for non-supes. Props PeteMall. fixes #17702
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18169 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 16:59:24 +00:00
Ian Stewart
13286b28ad
Twenty Eleven: correct layout bug with showcase template and alt layout option; Props ocean90; Fixes #17415
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18168 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 14:58:16 +00:00
Ian Stewart
d87c00948b
Twenty Eleven: focus styles for sidebar links; Fixes #17410
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18167 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 14:46:40 +00:00
Ian Stewart
7ef9c84f9a
Twenty Eleven: Add a hidden label for search forms; See #17524
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18166 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 14:35:30 +00:00
Ian Stewart
d0181f27d8
Twenty Eleven: prevent stretching of full-size images reduced in size with CSS in IE8; Props rosshanney and nickbohle; Fixes #17650
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18165 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 14:26:12 +00:00
Peter Westwood
1f1a527115
Link the Media item in the Add New menu to the Upload New Media form correctly. Props hew.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18164 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 12:40:00 +00:00
Andrew Nacin
942fb3838a
Oops. Credits API version remain unchanged. see #17518 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18163 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 06:46:11 +00:00
Andrew Nacin
a019dffcbb
Credits screen redux. Add external libraries, gravatars for language validators. Backed by a new API. fixes #17518 , fixes #17532 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18162 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 06:38:29 +00:00
Andrew Nacin
6278ec28e8
Bump.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18161 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 06:25:55 +00:00
Andrew Ozz
45fe189d01
Remove the title attribute from the Press This link as it needlessly repeats the text, props johnjamesjacoby, fixes #17184
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18160 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 02:36:00 +00:00
Andrew Ozz
9b95eedd76
Fix typo in remove_accents(), props scribu, fixes #16232
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18159 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 02:22:50 +00:00
Andrew Ozz
76f9fca002
Fix quick edit error message styling, props solarissmoke, fixes #16912 , fixes #14317
...
Fix top margin in bulk edit posts
git-svn-id: https://develop.svn.wordpress.org/trunk@18158 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 01:14:26 +00:00
Andrew Nacin
ebbcce1b80
s/Themes Updates/Theme Updates/. props mitchoyoshitaka. fixes #17701 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18157 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 00:30:17 +00:00
Andrew Ozz
dfad26fc43
Change cursor on hover on dashboard box toggles, props andrewryno, fixes #16440
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18156 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 23:41:37 +00:00
Andrew Ozz
a6d817da56
Fix JS error in Press This, props greuben, fixes #17501
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18155 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 23:12:51 +00:00
Daryl Koopersmith
4024085812
Update RTL blue admin theme. Props saracannon. fixes #17696 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18154 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 22:09:26 +00:00
Andrew Ozz
09c305855f
Properly add shadow to folded admin menu in RTL, props ocean90, fixes #17692
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18153 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 21:29:28 +00:00
Andrew Nacin
aba7c4e9ce
Use default argument for get_option(). props dcowgill, westi. fixes #17686 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18152 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 19:53:31 +00:00
Andrew Ozz
9565d6364b
DFW: don't prepend comma if content_css is empty, props duck_, fixes #17690
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18151 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 18:13:15 +00:00
Ryan Boren
b6eed7bea8
Check return value of wp_check_browser_version(). Make return value consistent. Props duck_, aaroncampbell. fixes #17682
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18150 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 15:14:51 +00:00
Ryan Boren
6e01eb6221
RTL fixes for credits.php. fixes #17602
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18149 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 15:09:44 +00:00
Peter Westwood
0d62cb9bfd
Output TinyMCE HTML inside the body for Press This. Fixes #17500 props greuben
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18148 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 12:36:12 +00:00
Peter Westwood
b51ef96fdc
Move the in_admin_footer action out of p#footer-left.alignleft so it is just in div#footer to allow for it to be used more flexibly. Fixes #17358 props aaroncampbell.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18147 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 12:04:19 +00:00
Peter Westwood
e5812cf223
Scroll up to the top when bulk editing so the form is completely visible. Fixes #17208 props greuben.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18146 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 09:56:12 +00:00
Peter Westwood
53d2062a4f
Bumpity
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18145 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 09:47:01 +00:00
Peter Westwood
d989547a7d
Whitespace fixes
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18144 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 09:04:29 +00:00
Peter Westwood
6a7b805b85
Mark two missed strings in Press This for translation. Fixes #16334 props SergeyBiryukov and ocean90.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18143 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 09:02:08 +00:00
Andrew Ozz
98d58b4edd
Fix WebKit browsers reporting document.body height shorter than it is, add classes to TinyMCE's body: 'wp-editor' or 'wp-fullscreen-editor', fix mousemove event in IE, fixes #17664
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18142 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 00:06:28 +00:00
Andrew Nacin
3e27653486
Sanity check in twentyeleven_get_theme_options() -- if the option doesn't exist, return the default options instead. We already instantiate the option on admin_init. fixes #17686 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18141 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-04 22:05:29 +00:00
Ian Stewart
7840df6b57
Twenty Eleven: correct typos in PHP comments
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18140 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-04 15:54:47 +00:00
Ian Stewart
7ded48ef83
Twenty Eleven: restore Image Post margin resetting
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18139 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-04 15:49:32 +00:00
Andrew Ozz
c1ef3d695e
Fix collapsed menu transition glitch, props rosshanney, fixes #17534
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18138 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-04 06:23:06 +00:00
Andrew Ozz
35ba083b00
DFW: restore editor width shortcuts, restore limited overwriting of the theme styling in TinyMCE, show the toolbar on mouse move in TinyMCE, improve the help, fixes #17503 , fixes #17644 , fixes #17664 , fixes #17596
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18137 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-04 00:46:47 +00:00
Andrew Nacin
4e3cdbfc61
Document that add_submenu_page() might return false if ! current_user_can(). see #17677 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18136 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 23:30:46 +00:00
Ryan Boren
e1e318b9ff
Check result of add_theme_page(). Return if false. Props greuben. fixes #17677
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18135 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 22:37:13 +00:00
Ian Stewart
954c298392
Twenty Eleven: style 4-column galleries -- Props mfields -- and remove unneeded !important rules; Fixes #17564
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18134 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 21:38:47 +00:00
potbot
8aa54bec5f
POT, generated from r18132
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18133 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 21:29:23 +00:00
Ian Stewart
331588a441
Twenty Eleven: Add border styles to images so we can better style linked images on :focus; includes updates to editor styles and improvements to Image Post styles; See #17524
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18132 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 21:11:41 +00:00
Ryan Boren
39f8f07013
Make user validation when adding a user via network admin consistent with adding a user elsewhere. Provide better feedback for validation problems. Props sorich87. fixes #17239
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18131 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 18:59:12 +00:00
Ryan Boren
0f089b9c47
Properly return referrer when referer = true and echo = false. Props scribu, webduo. fixes #11953
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18130 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 18:23:41 +00:00
Ryan Boren
a118d32b6b
Link to site being edited. Props lloydbudd. fixes #17257
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18129 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 15:35:45 +00:00
Ryan Boren
30d46abd66
Add cache_domain argument to get_terms() to allow caching to a unique set of cache buckets. Useful when taxonomy queries have been modified via filters and need their own cache space. Props mfields. fixes #13318
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18128 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 15:24:14 +00:00
Ian Stewart
ef01a94b3f
Twenty Eleven: show expected formatting for em, strong, and a in editor styles; Props greuben; Fixes #17417
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18127 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 14:33:11 +00:00
Mark Jaquith
2de9f72e0d
Tighten up the Credits page so it's not so spaced out.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18126 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-03 09:00:49 +00:00
Ryan Boren
f786d16ed3
Add rtl class to the admin body if is_rtl(). RTL fixes for twentyeleven theme-options.php. Props rasheed. fixes #17603
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18125 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 22:19:58 +00:00
Andrew Ozz
145d947721
Also move the dark arrows, props ocean90, see #17544
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18124 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-02 22:04:01 +00:00