mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Plugins: Display a message on Plugins list table if a plugin requires a higher version of PHP or WordPress.
Installation and activation of incompatible plugins was previously disallowed in [43436] and [44978], but if such a plugin was installed manually, there was nothing on the Plugins screen that would show its compatibility status. Showing an appropriate notice with a documentation link makes the UI more consistent and improves user experience. Follow-up to [43436], [44937], [44939], [44978], [45043], [45165], [45546], [47573], [47816], [47819], [48172], [48636], [48637], [48638], [48640], [48652], [48653], [48654], [48660]. Props TacoVerdo, SergeyBiryukov. Fixes #53990. git-svn-id: https://develop.svn.wordpress.org/trunk@51678 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -797,7 +797,7 @@ p.pagenav {
|
||||
}
|
||||
|
||||
.row-actions {
|
||||
color: #dcdcde;
|
||||
color: #a7aaad;
|
||||
font-size: 13px;
|
||||
padding: 2px 0 0;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user