modified file upgrade-temp-backup

This commit is contained in:
2025-04-29 21:20:07 +00:00
committed by Gitium
parent 0bc27333c2
commit 5dc2981470
717 changed files with 172984 additions and 0 deletions
wp-content/upgrade-temp-backup/plugins
jetpack-protect
CHANGELOG.mdLICENSE.txtSECURITY.md
assets
build
composer.jsonjetpack-protect.php
jetpack_vendor
automattic
jetpack-a8c-mc-stats
jetpack-admin-ui
jetpack-assets
jetpack-backup-helper-script-manager
jetpack-boost-core
jetpack-boost-speed-score
jetpack-config
jetpack-connection
.eslintrc.cjsCHANGELOG.mdLICENSE.txtSECURITY.mdTRACKING.mdactions.phpcomposer.json
dist
legacy
src
jetpack-constants
jetpack-device-detection
jetpack-explat
jetpack-ip
jetpack-jitm
jetpack-licensing
jetpack-logo
jetpack-my-jetpack
CHANGELOG.mdLICENSE.txtSECURITY.md
build
composer.jsonglobal.d.ts
src
jetpack-password-checker
jetpack-plugins-installer
jetpack-protect-models
jetpack-protect-status
jetpack-redirect
jetpack-roles
jetpack-status
jetpack-sync
jetpack-transport-helper
jetpack-waf
i18n-map.php
readme.txt
src
vendor
menu-icons
CHANGELOG.mdLICENSE
css
images
includes
js
languages
mailin.phpmenu-icons.phpreadme.mdreadme.txt
vendor
autoload.php
codeinwp
gutenberg-menu-icons
icon-picker
menu-item-custom-fields
themeisle-sdk
composer
enshrined
simple-local-avatars
two-factor

@ -0,0 +1,74 @@
.menu-item i._mi,
.menu-item img._mi {
display: inline-block;
vertical-align: middle;
}
.menu-item i._mi {
width: auto;
height: auto;
margin-top: -0.265em;
font-size: 1.2em;
line-height: 1;
}
.menu-item i._before,
.rtl .menu-item i._after {
margin-right: 0.25em;
}
.menu-item i._after,
.rtl .menu-item i._before {
margin-left: 0.25em;
}
.menu-item img._before,
.rtl .menu-item img._after {
margin-right: 0.5em;
}
.menu-item img._after,
.rtl .menu-item img._before {
margin-left: 0.5em;
}
.menu-item ._svg {
width: 1em;
}
.rtl .menu-item i._before {
margin-right: 0;
}
.rtl .menu-item i._after {
margin-left: 0;
}
.visuallyhidden {
overflow: hidden;
clip: rect(0 0 0 0);
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
}
.menu-item i.elusive {
margin-top: -0.3em;
}
/**
* Force the icons' styles
*
* Some themes -- notably 2014 -- has nasty rules that
* could override the icons' styles so we need to force them here.
*/
.dashicons-admin-site:before {
content: "\f319" !important;
}
.dashicons-welcome-view-site:before {
content: "\f115" !important;
}