WordPress/wp-admin
Weston Ruter 38214e40aa Plugins: Restore line break between the filter links row and the plugin cards in the Featured view.
Follow-up to [60528].

Props mukesh27, sajib1223, TobiasBg, narenin, sabernhardt, westonruter.
See #63723.
Fixes #64337.

Built from https://develop.svn.wordpress.org/trunk@61353


git-svn-id: http://core.svn.wordpress.org/trunk@60665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2025-12-05 05:50:32 +00:00
..
css Help/About: Update About page header images and performance content. 2025-11-18 01:27:35 +00:00
images Help/About: Update About page header images and performance content. 2025-11-18 01:27:35 +00:00
includes Plugins: Restore line break between the filter links row and the plugin cards in the Featured view. 2025-12-05 05:50:32 +00:00
js Multisite: Use "Network Activate" button on network plugin install screen. 2025-10-21 11:01:32 +00:00
maint Upgrade/Install: WordPress text shows over logo on tab. 2025-10-04 00:47:31 +00:00
network Coding Standards: Remove unreachable break statement after exit in switch. 2025-11-25 05:46:31 +00:00
user General: Stop direct loading of files in /wp-admin that should only be included. 2025-01-22 14:06:22 +00:00
about.php Help/About: Add the final images to the About page. 2025-11-30 19:24:37 +00:00
admin-ajax.php Docs: Update AJAX in Plugins HelpHub link to avoid unnecessary redirection. 2024-07-04 11:22:13 +00:00
admin-footer.php Administration: Escape the WordPress.org URL in wp-admin/admin-footer.php. 2024-09-26 15:41:14 +00:00
admin-functions.php General: Stop direct loading of files in /wp-admin that should only be included. 2025-01-22 14:06:22 +00:00
admin-header.php Themes: Add wp-theme-<name> and wp-child-theme-<name> classes to body_class. 2025-01-24 10:58:24 +00:00
admin-post.php Upload: Remove redundant check for ABSPATH in wp-admin/async-upload.php. 2025-01-16 16:18:24 +00:00
admin.php Coding Standards: Rename $c to $blog_count in wp-admin/admin.php. 2025-10-11 23:41:32 +00:00
async-upload.php Scripts: Use appropriate JSON encoding flags for script tags. 2025-08-27 10:34:28 +00:00
authorize-application.php Administration: Use wp_admin_notice() in /wp-admin/. 2023-09-14 00:54:19 +00:00
comment.php General: Remove any usage of wp_reset_vars(). 2024-05-01 18:01:12 +00:00
contribute.php Coding Standards: Align equal signs. 2025-11-11 04:59:31 +00:00
credits.php Coding Standards: Align equal signs. 2025-11-11 04:59:31 +00:00
custom-background.php General: Stop direct loading of files in /wp-admin that should only be included. 2025-01-22 14:06:22 +00:00
custom-header.php General: Stop direct loading of files in /wp-admin that should only be included. 2025-01-22 14:06:22 +00:00
customize.php A11y: Ensure icons are not spoken by screen readers. 2025-09-28 23:40:35 +00:00
edit-comments.php Coding Standards: Pass true instead of 1 to current_time() for consistency. 2025-05-14 11:59:34 +00:00
edit-form-advanced.php Coding Standards: Correct alignment in parameters passed to wp_editor. 2025-03-18 20:09:25 +00:00
edit-form-blocks.php Scripts: Use appropriate JSON encoding flags for script tags. 2025-08-27 10:34:28 +00:00
edit-form-comment.php Coding Standards: Use esc_url() for comment author URL in Edit Comment form. 2024-11-11 20:43:19 +00:00
edit-link-form.php Administration: Replace "Add New {Item}" wording with "Add {Item}" across the administration. 2025-02-08 11:44:24 +00:00
edit-tag-form.php Coding Standards: Use correct escaping function for wp_http_referer. 2024-12-06 17:07:22 +00:00
edit-tags.php Administration: Fix pagination in categories, tags, and plugins tables. 2025-01-29 17:40:21 +00:00
edit.php Administration: Switch core post type labels to add_new_item. 2024-10-03 22:46:15 +00:00
erase-personal-data.php Help/About: Accessibility: Remove target="_blank" from data eraser links. 2024-04-17 20:21:15 +00:00
export-personal-data.php Help/About: Accessibility: Remove target="_blank" from data eraser links. 2024-04-17 20:21:15 +00:00
export.php Docs: Correct the placement of @global tags in various files. 2024-05-26 20:51:13 +00:00
freedoms.php Coding Standards: Align equal signs. 2025-11-11 04:59:31 +00:00
import.php Help/About: Replace "Support" with "Support Forums" in import.php help tab. 2025-02-25 18:34:15 +00:00
index.php Administration: Use wp_admin_notice() in /wp-admin/. 2023-09-14 00:54:19 +00:00
install-helper.php
install.php Upgrade/Install: WordPress text shows over logo on tab. 2025-10-04 00:47:31 +00:00
link-add.php Administration: Replace "Add New {Item}" wording with "Add {Item}" across the administration. 2025-02-08 11:44:24 +00:00
link-manager.php Administration: Replace "Add New {Item}" wording with "Add {Item}" across the administration. 2025-02-08 11:44:24 +00:00
link-parse-opml.php Code Modernization: Address no-op function deprecations in PHP 8.5. 2025-09-03 12:18:31 +00:00
link.php General: Remove any usage of wp_reset_vars(). 2024-05-01 18:01:12 +00:00
load-scripts.php Script Loader: Refactor Etag generation for concatenated assets. 2024-08-25 23:48:13 +00:00
load-styles.php Script Loader: Correct the number of arguments passed to WP_Styles::get_etag(). 2024-11-04 15:51:17 +00:00
media-new.php Media: Disable upload button in browser's built-in file uploader if no file is selected. 2025-07-12 15:26:28 +00:00
media-upload.php Administration: Error messages improvements in WP Admin. 2025-02-08 15:53:17 +00:00
media.php General: Remove any usage of wp_reset_vars(). 2024-05-01 18:01:12 +00:00
menu-header.php Administration: Capitalize "Collapse Main Menu" aria-label string for better consistency. 2025-02-20 21:29:22 +00:00
menu.php Coding Standards: Use more meaningful variable names in Admin Menu. 2025-11-10 22:59:28 +00:00
moderation.php
ms-admin.php
ms-delete-site.php Docs: Improve and standardise the format of placeholder strings that get replaced within email messages. 2025-04-21 11:49:31 +00:00
ms-edit.php
ms-options.php Networks and Sites: Exit after wp_redirect() in wp-admin/ms-options.php. 2024-06-22 11:47:16 +00:00
ms-sites.php
ms-themes.php
ms-upgrade-network.php
ms-users.php
my-sites.php Administration: Add improved context for add new links. 2023-09-05 19:26:26 +00:00
nav-menus.php Docs: Correct the order of @since and @global tags in some files. 2025-08-27 13:42:30 +00:00
network.php Docs: Update various HelpHub links to avoid unnecessary redirections. 2024-03-08 22:38:08 +00:00
options-discussion.php Notes: refine post author notifications. 2025-11-10 22:51:35 +00:00
options-general.php Date/Time: Revert [60942]. 2025-11-10 20:42:28 +00:00
options-head.php General: Stop direct loading of files in /wp-admin that should only be included. 2025-01-22 14:06:22 +00:00
options-media.php I18n: Combine duplicate text strings into variables. 2025-09-28 22:38:32 +00:00
options-permalink.php I18n: Combine duplicate text strings into variables. 2025-09-28 22:38:32 +00:00
options-privacy.php Administration: Clarify some references to "we" and "our" in the administration area. 2025-01-20 22:04:28 +00:00
options-reading.php I18n: Combine duplicate text strings into variables. 2025-09-28 22:38:32 +00:00
options-writing.php I18n: Combine duplicate text strings into variables. 2025-09-28 22:38:32 +00:00
options.php Options, Meta APIs: Avoid bypassing the option_page_capability_options filter. 2025-11-30 15:16:33 +00:00
plugin-editor.php Coding Standards: Use more meaningful variable names in Plugin Editor. 2025-10-13 21:50:27 +00:00
plugin-install.php Plugin Dependencies: Remove auto-deactivation and bootstrapping logic. 2024-02-20 07:27:06 +00:00
plugins.php Coding Standards: Revert the renaming of $s variable in wp-admin/plugins.php. 2025-10-13 23:12:28 +00:00
post-new.php Docs: Add missing description for a few globals in the admin. 2024-06-15 12:34:13 +00:00
post.php Posts, Post Types: Use relevant HTTP status codes for wp_die() calls in wp-admin/post.php. 2025-09-06 06:49:31 +00:00
press-this.php Press This: Revert [60990] for more discussion. 2025-10-21 13:46:24 +00:00
privacy-policy-guide.php Text Changes: Update mentions of “web site” to “website” for consistency. 2023-11-22 17:44:24 +00:00
privacy.php Coding Standards: Align equal signs. 2025-11-11 04:59:31 +00:00
profile.php
revision.php Docs: Correct $revision_id global reference in wp-admin/revision.php. 2025-10-07 14:30:30 +00:00
setup-config.php Coding Standards: Add missing space for self-closing tags. 2025-01-13 14:57:23 +00:00
site-editor.php Revert template activation. 2025-11-07 12:42:34 +00:00
site-health-info.php Site Health: Improve HTML semantics for tables used in Site Health debug tab. 2025-02-22 12:12:20 +00:00
site-health.php Site Health: Improve descriptions for critical issues and recommended improvements. 2025-08-05 21:36:29 +00:00
term.php
theme-editor.php Theme Editor: Add additional notice and warning when editing a CSS file. 2025-10-16 00:16:31 +00:00
theme-install.php A11y: Ensure icons are not spoken by screen readers. 2025-09-28 23:40:35 +00:00
themes.php Themes: Restore 'Live Preview' button for block themes. 2025-11-10 21:08:05 +00:00
tools.php
update-core.php Plugins: Ensure only plugin icons are floated. 2025-08-27 00:03:30 +00:00
update.php Uploads: Check for and verify ZIP archives. 2024-01-30 14:23:12 +00:00
upgrade-functions.php
upgrade.php Upgrade/Install: WordPress text shows over logo on tab. 2025-10-04 00:47:31 +00:00
upload.php Help/About: Use <strong> tags instead of double quotes in Media Library help text. 2025-11-22 23:25:33 +00:00
user-edit.php Networks and Sites: remove email address check when attempting to demote a Super Admin. 2025-10-19 17:42:27 +00:00
user-new.php Users: Use editable_roles filter for multisite sub-sites. 2025-03-02 23:35:23 +00:00
users.php Networks and Sites: prevent a PHP error in wp-admin/network/site-users.php. 2025-10-19 17:20:35 +00:00
widgets-form-blocks.php Scripts: Use appropriate JSON encoding flags for script tags. 2025-08-27 10:34:28 +00:00
widgets-form.php Coding Standards: Use more meaningful variable names in Classic Widgets screen. 2025-11-09 23:03:38 +00:00
widgets.php