Matt Thomas
435c690d8f
Allow #wpwrap to scroll horizontally if needed, and hide overflow only on specific elements that need it. See #26169 .
...
Built from https://develop.svn.wordpress.org/trunk@26382
git-svn-id: http://core.svn.wordpress.org/trunk@26282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-26 02:42:10 +00:00
Dion Hulse
d25288a7f7
Revert the change to use add_query_arg() for Open Sans, as it causes a fatal error when script concatenation is used. See #26063
...
Built from https://develop.svn.wordpress.org/trunk@26381
git-svn-id: http://core.svn.wordpress.org/trunk@26281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-26 02:41:09 +00:00
Dion Hulse
89dfee993d
Replace the Star ratings in the dashboard with dashicons ratings.
...
This also moves the ratings to only displaying full, half, or empty stars (ie. 3.0, 3.5, 4.0, no 3.7 ratings - which are rounded).
Fixes #26170
Built from https://develop.svn.wordpress.org/trunk@26380
git-svn-id: http://core.svn.wordpress.org/trunk@26280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-26 02:25:21 +00:00
Matt Thomas
43ef093ce1
Add padding to #wpbody at viewports < 600px so that content isn't overlapped by the absolute-positioned adminbar. See #25858 .
...
Built from https://develop.svn.wordpress.org/trunk@26379
git-svn-id: http://core.svn.wordpress.org/trunk@26279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-26 02:05:10 +00:00
Dion Hulse
096fe2d4f0
Dashicons: Update to the latest dashicons files. Fixes #26251
...
These are imported from 9d78124720
[2013-11-25T11:03:44-08:00]
Built from https://develop.svn.wordpress.org/trunk@26378
git-svn-id: http://core.svn.wordpress.org/trunk@26278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-26 02:04:09 +00:00
Dion Hulse
0c2b2c1668
Use dashicons.min.css for concantenation requests. See #26250
...
Built from https://develop.svn.wordpress.org/trunk@26377
git-svn-id: http://core.svn.wordpress.org/trunk@26277 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-26 01:55:09 +00:00
Sergey Biryukov
fcaa29f19b
Allow Open Sans to be disabled per language. props dimadin. fixes #26063 .
...
Built from https://develop.svn.wordpress.org/trunk@26376
git-svn-id: http://core.svn.wordpress.org/trunk@26276 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-26 01:54:09 +00:00
Dion Hulse
d60fb050d7
Bump $wp_version to clear CSS caches. See #26250
...
Built from https://develop.svn.wordpress.org/trunk@26375
git-svn-id: http://core.svn.wordpress.org/trunk@26275 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-26 01:49:09 +00:00
Dion Hulse
a0f43f5cbf
Style Concatenation: Fix loading of dashicons non-woff files when concatenation is in use. Fixes #26250
...
Built from https://develop.svn.wordpress.org/trunk@26374
git-svn-id: http://core.svn.wordpress.org/trunk@26274 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-26 01:47:10 +00:00
Matt Thomas
e54ee86aaa
Make the responsive layout behave better when the user zooms the page:
...
* Change the smartphone media query from 480 to 600px so it captures large screen phones in landscape mode.
* Set #wpadminbar to position: absolute at smartphone sizes so it scrolls with the page, freeing up the viewport.
* Remove the transition states on #adminmenu for better performance on mobile devices
* Make the responsive sidebar scroll with the page instead of using a fixed position
* Remove the -webkit-overflow-scrolling rule that was disabling scroll-to-top when tapping the iOS status bar.
* Remove unnecessary zoom declaration from -ms-viewport.
See #25858 .
Built from https://develop.svn.wordpress.org/trunk@26373
git-svn-id: http://core.svn.wordpress.org/trunk@26273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-26 01:38:10 +00:00
Helen Hou-Sandí
f9469c921d
Contain Dashboard widget dragging. props lessbloat. fixes #26026 .
...
Built from https://develop.svn.wordpress.org/trunk@26372
git-svn-id: http://core.svn.wordpress.org/trunk@26272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-26 00:55:09 +00:00
Matt Thomas
a901416416
Darken light gray text on dashboard widgets to ensure adequate color contrast. Fixes #26162 , props melchoyce.
...
Built from https://develop.svn.wordpress.org/trunk@26371
git-svn-id: http://core.svn.wordpress.org/trunk@26271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-25 23:50:09 +00:00
Dion Hulse
dc9c5073f5
Themes: Fix the Customize button for the current theme. Props jacklenox. Fixes #26214
...
Built from https://develop.svn.wordpress.org/trunk@26369
git-svn-id: http://core.svn.wordpress.org/trunk@26270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-25 07:04:10 +00:00
Mark Jaquith
22c6024f9e
Remove unnecessarily gendered pronouns.
...
fixes #26225
Built from https://develop.svn.wordpress.org/trunk@26368
git-svn-id: http://core.svn.wordpress.org/trunk@26269 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-25 02:05:10 +00:00
Mark Jaquith
c2cdbf9648
Fix comment_notification_recipients
filter behavior so that it is still respected even on comments left by the post author
...
The code was bailing on this-is-a-comment-on-your-own-post detection, ignoring additional recipients. Now:
* Logic check is done within `wp_notify_postauthor()`
* Logic check is overridable via `comment_notification_notify_author` filter (default still false)
* The code doesn't bail on comment-on-own-post detection, but just removes the author from the array
* The code instead now bails if the recipients list is empty, so `comment_notification_recipients` works properly
props ethitter.
fixes #25699
Built from https://develop.svn.wordpress.org/trunk@26367
git-svn-id: http://core.svn.wordpress.org/trunk@26268 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-25 01:47:10 +00:00
Andrew Ozz
c944323a4f
Widgets:
...
- Don't deactivate "draggable" on the widget when the chooser is open. Makes it possible to still drag the "widget-in-question".
- Change the chooser's HTML id to a class to avoid collisions when cloning.
- Refresh the "sortable" positions when an open widget is dragged. Fixes problems moving the widget up or down in the same sidebar.
See #25821
Built from https://develop.svn.wordpress.org/trunk@26366
git-svn-id: http://core.svn.wordpress.org/trunk@26267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 22:07:10 +00:00
Dominik Schilling
596bbe36a9
Cron Request: Fix incorrect use of add_query_arg() arguments.
...
props datafeedrcom, dimadin.
see [26267].
fixes #26218 .
Built from https://develop.svn.wordpress.org/trunk@26365
git-svn-id: http://core.svn.wordpress.org/trunk@26266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 21:49:09 +00:00
Andrew Ozz
146abf4cde
TinyMCE: use CSS classes instead of instance specific IDs for styling, props mattheu, fixes #26197 .
...
Built from https://develop.svn.wordpress.org/trunk@26364
git-svn-id: http://core.svn.wordpress.org/trunk@26265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 21:47:10 +00:00
Lance Willett
69fa4a1365
Twenty Fourteen: fix overlap issue when aligning consecutive images in the same direction. Props koki4a and janhenckens, fixes #26194 .
...
Built from https://develop.svn.wordpress.org/trunk@26363
git-svn-id: http://core.svn.wordpress.org/trunk@26264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 17:00:09 +00:00
Peter Westwood
9e8d825b18
Wrap the settings in the main Network Admin settings page in the expected paragraph tags so that the css applies correctly and the layout doesn't look off. Fixes #26211 props hanni.
...
Built from https://develop.svn.wordpress.org/trunk@26362
git-svn-id: http://core.svn.wordpress.org/trunk@26263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 16:58:10 +00:00
Lance Willett
1d0bce8013
Twenty Fourteen: update Customizer inline help text. Props siobhan, see #25837 .
...
Built from https://develop.svn.wordpress.org/trunk@26361
git-svn-id: http://core.svn.wordpress.org/trunk@26262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 16:57:10 +00:00
Lance Willett
48ffabc4d4
Twenty Fourteen: update theme description to be less instructional and more promotional. Pushing the how-to to the Codex and other documentation. Props siobhan, see #25837 .
...
Built from https://develop.svn.wordpress.org/trunk@26360
git-svn-id: http://core.svn.wordpress.org/trunk@26261 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 16:56:10 +00:00
Peter Westwood
5a3c558ee0
Improve the description of the Network Admin Email option to better describe what the address will be used for. Fixes #23569 props hanni, iandunn, kovshenin.
...
Built from https://develop.svn.wordpress.org/trunk@26359
git-svn-id: http://core.svn.wordpress.org/trunk@26260 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 16:30:10 +00:00
Peter Westwood
bca9252522
Deprecate the second argument for wp_notify_postauthor because it is unecessary. Fixes #17862 props scribu and wonderboymusic.
...
Built from https://develop.svn.wordpress.org/trunk@26358
git-svn-id: http://core.svn.wordpress.org/trunk@26259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 16:26:10 +00:00
Lance Willett
c620366940
Twenty Fourteen: fix inconsistency with search-box padding. Props thomasguillot, fixes #26204 .
...
Built from https://develop.svn.wordpress.org/trunk@26357
git-svn-id: http://core.svn.wordpress.org/trunk@26258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 16:08:10 +00:00
Lance Willett
7330fff3d6
Twenty Fourteen: fix case where edit link goes to the top of content when only one left-aligned element exists. Props iamtakashi, fixes #26201 .
...
Built from https://develop.svn.wordpress.org/trunk@26356
git-svn-id: http://core.svn.wordpress.org/trunk@26257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 16:07:09 +00:00
Lance Willett
b385a108ed
Twenty Fourteen: remove redundant gettext call, props defries. See #25946 .
...
Built from https://develop.svn.wordpress.org/trunk@26355
git-svn-id: http://core.svn.wordpress.org/trunk@26256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 15:19:11 +00:00
Peter Westwood
1dfdbe7e51
Replace link to Codex with link to new Make page. Fixes #25806 props siobhyb.
...
Built from https://develop.svn.wordpress.org/trunk@26354
git-svn-id: http://core.svn.wordpress.org/trunk@26255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 15:18:09 +00:00
Andrew Nacin
808653e2a3
Add echo arguments to wp_list_comments() and Walker_Comment, allowing non-echo usage.
...
props mikelittle.
fixes #10948 .
Built from https://develop.svn.wordpress.org/trunk@26353
git-svn-id: http://core.svn.wordpress.org/trunk@26254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 14:59:10 +00:00
Jon Cave
fd14a5df71
Allow customisation of theme mod defaults via custom-background theme support.
...
Give the power to theme authors to select defaults when registering
custom-background support.
Props obenland. Fixes #20816 .
Built from https://develop.svn.wordpress.org/trunk@26352
git-svn-id: http://core.svn.wordpress.org/trunk@26253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 14:05:10 +00:00
Lance Willett
ba02d07c97
Twenty Fourteen: avoid Featured Content thumbnail overflow, props binarymoon. Fixes #26190 .
...
Built from https://develop.svn.wordpress.org/trunk@26351
git-svn-id: http://core.svn.wordpress.org/trunk@26252 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 13:57:11 +00:00
Jon Cave
37377f57aa
Allow has_post_format() to be used to check for any format.
...
Calling has_post_format() with an empty list of $format will check if the
provided post has any associated format at all.
Props obenland, DrewAPicture, nacin. Fixes #24906 .
Built from https://develop.svn.wordpress.org/trunk@26350
git-svn-id: http://core.svn.wordpress.org/trunk@26251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 13:45:10 +00:00
Sergey Biryukov
95ff70fcc0
Remove redundant translation function calls.
...
props markoheijnen.
see #26187 .
Built from https://develop.svn.wordpress.org/trunk@26349
git-svn-id: http://core.svn.wordpress.org/trunk@26250 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 12:42:09 +00:00
Andrew Nacin
f2538ab7bd
Fix alignment of the WordPress icon in the My Sites toolbar menu.
...
props jeremyfelt.
fixes #26154 .
Built from https://develop.svn.wordpress.org/trunk@26348
git-svn-id: http://core.svn.wordpress.org/trunk@26249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 12:09:11 +00:00
Dominik Schilling
df6010446a
Don't use esc_attr_e() function for a non-translatable context.
...
props yoavf, mattheu.
fixes #26187 .
Built from https://develop.svn.wordpress.org/trunk@26347
git-svn-id: http://core.svn.wordpress.org/trunk@26248 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 12:04:09 +00:00
Dion Hulse
5624f82c38
Use numbered string replacements in 2 new strings. Props dimadin. Fixes #25667
...
Built from https://develop.svn.wordpress.org/trunk@26346
git-svn-id: http://core.svn.wordpress.org/trunk@26247 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-24 06:10:10 +00:00
Drew Jaynes
2768466674
Inline documentation for hooks in wp-admin/plugins.php.
...
Props a.hoereth and kpdesign for the initial patches.
Fixes #25836 .
Built from https://develop.svn.wordpress.org/trunk@26345
git-svn-id: http://core.svn.wordpress.org/trunk@26246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 23:04:10 +00:00
Drew Jaynes
87a3892f45
Inline documentation for hooks in wp-admin/user/admin.php.
...
Props leewillis77 for the initial patch. Props kpdesign.
Fixes #25825 .
Built from https://develop.svn.wordpress.org/trunk@26344
git-svn-id: http://core.svn.wordpress.org/trunk@26245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 22:47:10 +00:00
Drew Jaynes
657824a133
Inline documentation for hooks in wp-admin/theme-install.php.
...
Props leewillis77 and kpdesign for the initial patches.
Fixes #25823 .
Built from https://develop.svn.wordpress.org/trunk@26343
git-svn-id: http://core.svn.wordpress.org/trunk@26244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 22:37:10 +00:00
Drew Jaynes
e90e224cbd
Inline documentation for hooks in wp-admin/includes/class-wp-ms-users-list-table.php.
...
Props ShinichiN, kpdesign.
Fixes #25612 .
Built from https://develop.svn.wordpress.org/trunk@26342
git-svn-id: http://core.svn.wordpress.org/trunk@26243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 22:25:10 +00:00
Drew Jaynes
ff0ace6fe1
Inline documentation for hooks in wp-admin/includes/class-wp-ms-sites-list-table.php.
...
Props ShinichiN, kpdesign.
Fixes #25607 .
Built from https://develop.svn.wordpress.org/trunk@26341
git-svn-id: http://core.svn.wordpress.org/trunk@26242 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 21:58:10 +00:00
Drew Jaynes
f82f00a453
Inline documentation for hooks in wp-admin/includes/class-wp-links-list-table.php.
...
Props JoshuaAbenazer, kpdesign.
Fixes #26052 .
Built from https://develop.svn.wordpress.org/trunk@26340
git-svn-id: http://core.svn.wordpress.org/trunk@26241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 21:28:11 +00:00
Drew Jaynes
9c5afca0f3
Cleanup incorrect duplicate comments for hooks in wp-admin/edit-tag-form.php introduced in [26274].
...
Also corrects the @since version for {$taxonomy}_term_new_form_tag in wp-admin/edit-tags.php.
Props kpdesign. See #25532 .
Built from https://develop.svn.wordpress.org/trunk@26339
git-svn-id: http://core.svn.wordpress.org/trunk@26240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 21:18:10 +00:00
Dominik Schilling
d5f124f45e
Add a missing semicolon.
...
Built from https://develop.svn.wordpress.org/trunk@26338
git-svn-id: http://core.svn.wordpress.org/trunk@26239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 16:30:10 +00:00
Dominik Schilling
06b4f99e18
Dashboard: Use _draft_or_post_title()
to display (no title)
if no post title is set. see #25824 .
...
Built from https://develop.svn.wordpress.org/trunk@26337
git-svn-id: http://core.svn.wordpress.org/trunk@26238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 14:13:09 +00:00
Dominik Schilling
2597e857be
Appearance Themes: Don't show theme actions if the current theme doesn't support menus or widgets.
...
props MikeHansenMe.
fixes #25949 .
Built from https://develop.svn.wordpress.org/trunk@26335
git-svn-id: http://core.svn.wordpress.org/trunk@26237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 12:15:10 +00:00
Dominik Schilling
304e3aaa21
Update the Iris color picker to version 1.0.4, which fixes a jQuery-UI CSS conflict.
...
props mattheu, mattwiebe.
fixes #26097 .
Built from https://develop.svn.wordpress.org/trunk@26334
git-svn-id: http://core.svn.wordpress.org/trunk@26236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 12:01:11 +00:00
Dominik Schilling
457a48d735
Suggest.js: Trigger change event when value is selected.
...
props obenland.
fixes #26110 .
Built from https://develop.svn.wordpress.org/trunk@26333
git-svn-id: http://core.svn.wordpress.org/trunk@26235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-23 11:54:10 +00:00
Lance Willett
c437b2d508
Twenty Fourteen: standardize comment blocks and jQuery function wrapper calls in JavaScript files. Props seanchayes for initial patch, see #25946 .
...
Built from https://develop.svn.wordpress.org/trunk@26332
git-svn-id: http://core.svn.wordpress.org/trunk@26234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-22 22:42:09 +00:00
Matt Thomas
456ce72df2
Make disabled checkboxes and radios slightly less transparent for better visibility on low-contrast screens. Move this rule from colors-fresh to wp-admin as it's not color-specific. Fixes #26004 .
...
Built from https://develop.svn.wordpress.org/trunk@26331
git-svn-id: http://core.svn.wordpress.org/trunk@26233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-11-22 19:56:09 +00:00