.. |
css
|
Media: Remove vestige CSS that prevents thumbnails from always showing on media-new.php. props duck_. fixes #22547.
|
2012-11-26 03:37:25 +00:00 |
images
|
Do not optimize/smush/ImageOptim GIFs. Most are either not reduced in size or reduced only couple of bytes but the optimization messes with the transparency/matte. Fixes #22536, see #22381
|
2012-11-22 19:08:22 +00:00 |
includes
|
Only pass the current screen to the list table constructor when we have a screen to work with. This is not the case for admin-ajax requests. fixes #22570.
|
2012-11-26 03:39:29 +00:00 |
js
|
Compress scripts/styles: 3.5-beta3-22808.
|
2012-11-22 04:58:35 +00:00 |
maint
|
Use retina logo in install, upgrade, setup-config, repair, and confirmation screens.
|
2012-11-07 17:34:22 +00:00 |
network
|
Add manual new lines to a string, as double quotes with \n is not optimal due to sprintf-parsing reasons. props SergeyBiryukov, fixes #22486. see #22260.
|
2012-11-19 06:11:42 +00:00 |
user
|
|
|
about.php
|
About page for WordPress 3.5, first pass. Not yet offered for translation. props lessbloat, johnbillion. see #22455.
|
2012-11-22 09:16:26 +00:00 |
admin-ajax.php
|
Media: Backwards compatibility for the many send_to_editor filters. props nacin. see #22186, #21390.
|
2012-11-21 16:02:20 +00:00 |
admin-footer.php
|
|
|
admin-functions.php
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
|
2012-01-08 17:01:11 +00:00 |
admin-header.php
|
Skip To links: visually hide by only setting top: -1000em; (this should make them work well in all screen readers), fixes #21312
|
2012-11-20 21:14:49 +00:00 |
admin-post.php
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
|
2012-01-08 17:01:11 +00:00 |
admin.php
|
Send nocache_headers() in the admin earlier, on the DB upgrade page. Prevents a potential redirect loop reproduced in Chrome from heavy caching of headers. props mdawaffe. see #21745.
|
2012-09-19 01:51:40 +00:00 |
async-upload.php
|
Have media-new.php return simple rows of basic attachment data, with an 'Edit' link next to each taking them to post.php (in a new window). Not ideal, but this is largely a fallback screen at this point.
|
2012-11-21 13:05:44 +00:00 |
comment.php
|
Allow comment.php?action=editcomment to be accessible for a comment that is spam. props josephscott, fixes #19977, see #18340.
|
2012-02-07 19:13:30 +00:00 |
credits.php
|
Introduce constants to allow for easier expression of time periods in seconds. Adds MINUTE_IN_SECONDS, HOUR_IN_SECONDS, DAY_IN_SECONDS, WEEK_IN_SECONDS, YEAR_IN_SECONDS. props nbachiyski, SergeyBiryukov. fixes #20987.
|
2012-09-25 05:26:19 +00:00 |
custom-background.php
|
Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451.
|
2012-11-22 08:45:15 +00:00 |
custom-header.php
|
Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451.
|
2012-11-22 08:45:15 +00:00 |
customize.php
|
Pinking shears
|
2012-11-17 15:11:29 +00:00 |
edit-comments.php
|
Improve the contextual help for the comment bubble in the 'In Response To' column. Props lessbloat. fixes #19788
|
2012-10-23 13:37:18 +00:00 |
edit-form-advanced.php
|
Updates to post.php help text for posts and pages, including a new section on inserting media. props DrewAPicture, Ipstenu. see #22451.
|
2012-11-22 09:00:39 +00:00 |
edit-form-comment.php
|
Remove nearly all tabindex attributes from the admin, leaving them only where absolutely necessary (for now that's only the toolbar).
|
2012-07-24 00:15:15 +00:00 |
edit-link-form.php
|
|
|
edit-tag-form.php
|
|
|
edit-tags.php
|
Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451.
|
2012-11-22 08:45:15 +00:00 |
edit.php
|
Use the create_posts capability in more places.
|
2012-10-24 22:15:43 +00:00 |
export.php
|
Rename filter on $args sent to export_wp() for clarity. See #19863.
|
2012-11-06 14:51:45 +00:00 |
freedoms.php
|
Copy 3.4 about.php header text to credits and freedoms. props pavelevap. fixes #20794.
|
2012-06-07 15:34:21 +00:00 |
import.php
|
Pull the list of popular importers from WordPress.org.
|
2012-11-17 07:20:04 +00:00 |
index.php
|
Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451.
|
2012-11-22 08:45:15 +00:00 |
install-helper.php
|
Deprecate ancient "debugging" tools.
|
2012-02-17 00:02:42 +00:00 |
install.php
|
Pinking shears
|
2012-11-17 15:11:29 +00:00 |
link-add.php
|
Add the jQuery UI Touch Punch plugin to handle dragging on mobile devices, props georgestephanis, see #20014
|
2012-04-11 02:20:51 +00:00 |
link-manager.php
|
Pinking shears
|
2011-12-01 04:51:35 +00:00 |
link-parse-opml.php
|
|
|
link.php
|
Add the jQuery UI Touch Punch plugin to handle dragging on mobile devices, props georgestephanis, see #20014
|
2012-04-11 02:20:51 +00:00 |
load-scripts.php
|
Add comments to time intervals we cannot express with the constants. Fix a comment. props SergeyBiryukov. fixes #20987.
|
2012-11-10 18:13:09 +00:00 |
load-styles.php
|
Fix minified RTL style loading via load-styles.php. props ocean90. fixes #22482.
|
2012-11-16 22:18:33 +00:00 |
media-new.php
|
media-new.php: Remove unused scripts, strings, error handling, save handling, and save button. fixes #22083.
|
2012-11-21 15:10:17 +00:00 |
media-upload.php
|
Split media-new.php and media-upload.php into distinct files.
|
2012-11-21 12:19:40 +00:00 |
media.php
|
|
|
menu-header.php
|
Pinking shears
|
2012-11-17 15:11:29 +00:00 |
menu.php
|
Introduce create_posts meta capability. Props scribu, nacin, casben79. see #16714
|
2012-09-27 15:33:19 +00:00 |
moderation.php
|
|
|
ms-admin.php
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
|
2012-01-08 17:01:11 +00:00 |
ms-delete-site.php
|
|
|
ms-edit.php
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
|
2012-01-08 17:01:11 +00:00 |
ms-options.php
|
|
|
ms-sites.php
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
|
2012-01-08 17:01:11 +00:00 |
ms-themes.php
|
|
|
ms-upgrade-network.php
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
|
2012-01-08 17:01:11 +00:00 |
ms-users.php
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
|
2012-01-08 17:01:11 +00:00 |
my-sites.php
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
|
2012-01-08 17:01:11 +00:00 |
nav-menus.php
|
Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451.
|
2012-11-22 08:45:15 +00:00 |
network.php
|
|
|
options-discussion.php
|
|
|
options-general.php
|
Don't show the same time or date format twice on the General Settings page. This can occur if a translated format is the same as an existing default format. fixes #21060.
|
2012-10-25 20:15:47 +00:00 |
options-head.php
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
|
2012-01-08 17:01:11 +00:00 |
options-media.php
|
Always attempt to embed URLs in content, removing the Auto-embeds (autoembed_urls) option.
|
2012-09-25 07:10:09 +00:00 |
options-permalink.php
|
|
|
options-privacy.php
|
Fold Privacy Settings into Reading Settings, moving blog_public (search engine/robots) to options-reading and removing options-privacy.
|
2012-09-13 17:28:57 +00:00 |
options-reading.php
|
Revert page on front changes. Reverts [22127] [22129] [22135] [22136]. see #16379.
|
2012-11-19 01:28:32 +00:00 |
options-writing.php
|
Add back Update Services help. props DrewAPicture, fixes #22365.
|
2012-11-05 21:38:48 +00:00 |
options.php
|
Revert page on front changes. Reverts [22127] [22129] [22135] [22136]. see #16379.
|
2012-11-19 01:28:32 +00:00 |
plugin-editor.php
|
|
|
plugin-install.php
|
Pinking shears
|
2012-11-17 15:11:29 +00:00 |
plugins.php
|
Only allow operations on network plugins through the network admin. see #21187, for trunk.
|
2012-09-04 20:51:33 +00:00 |
post-new.php
|
Redirect post-new.php?post_type=attachment to media-new.php. see #22491, #22083, #21391.
|
2012-11-21 17:40:53 +00:00 |
post.php
|
Don't load autosave.js on the attachment editing screen, add simple AYS on unload if there are changes, props helenyhou, fixes #22491
|
2012-11-20 19:46:38 +00:00 |
press-this.php
|
Extend Press This by a few pixels to allow longer strings. props SergeyBiryukov. fixes #20975.
|
2012-11-07 19:27:19 +00:00 |
profile.php
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
|
2012-01-08 17:01:11 +00:00 |
revision.php
|
Mid-page headers should be h3, not h2.
|
2010-10-22 00:27:12 +00:00 |
setup-config.php
|
Use retina logo in install, upgrade, setup-config, repair, and confirmation screens.
|
2012-11-07 17:34:22 +00:00 |
theme-editor.php
|
|
|
theme-install.php
|
|
|
themes.php
|
Remove "This theme supports widgets..." from the theme activation notice. props ryanimel. fixes #19787.
|
2012-09-24 16:31:41 +00:00 |
tools.php
|
Update contextual help for Tools screen. Props SergeyBiryukov, ajacommerce, DrewAPicture. fixes #19523
|
2012-05-05 19:09:08 +00:00 |
update-core.php
|
|
|
update.php
|
Merge some strings. props pavelevap. fixes #22306.
|
2012-11-07 19:37:54 +00:00 |
upgrade-functions.php
|
|
|
upgrade.php
|
Larger buttons for the DB upgrade screens. see #21598.
|
2012-11-07 18:38:17 +00:00 |
upload.php
|
|
|
user-edit.php
|
As wp_dropdown_roles() only prints editable roles, ensure that the
|
2012-11-19 19:23:54 +00:00 |
user-new.php
|
Kill use of colons in class names, props SergeyBiryukov, fixes #21152
|
2012-11-06 01:01:52 +00:00 |
users.php
|
|
|
widgets.php
|
Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451.
|
2012-11-22 08:45:15 +00:00 |