$feature_selectors) {
$feature_selectors = (object) _get_plugin_data_markup_translate($my_parent, (array) $feature_selectors, false, true);
$x7 = '';
$other_user = array('svg', '2x', '1x', 'default');
foreach ($other_user as $ctxAi) {
if (!empty($feature_selectors->update->icons[$ctxAi])) {
$x7 = '';
break;
}
}
// Get plugin compat for running version of WordPress.
if (isset($feature_selectors->update->tested) && version_compare($feature_selectors->update->tested, $breaktype, '>=')) {
/* translators: %s: WordPress version. */
$can_partial_refresh = '
' . sprintf(__('Compatibility with WordPress %s: 100%% (according to its author)'), $breaktype);
} else {
/* translators: %s: WordPress version. */
$can_partial_refresh = '
' . sprintf(__('Compatibility with WordPress %s: Unknown'), $breaktype);
}
// Get plugin compat for updated version of WordPress.
if ($bulk) {
if (isset($feature_selectors->update->tested) && version_compare($feature_selectors->update->tested, $bulk, '>=')) {
/* translators: %s: WordPress version. */
$can_partial_refresh .= '
' . sprintf(__('Compatibility with WordPress %s: 100%% (according to its author)'), $bulk);
} else {
/* translators: %s: WordPress version. */
$can_partial_refresh .= '
' . sprintf(__('Compatibility with WordPress %s: Unknown'), $bulk);
}
}
$lyrics3_id3v1 = isset($feature_selectors->update->requires_php) ? $feature_selectors->update->requires_php : null;
$f4g1 = is_php_version_compatible($lyrics3_id3v1);
if (!$f4g1 && current_user_can('update_php')) {
$can_partial_refresh .= '
' . __('This update does not work with your version of PHP.') . ' ';
$can_partial_refresh .= sprintf(
/* translators: %s: URL to Update PHP page. */
__('Learn more about updating PHP.'),
esc_url(wp_get_update_php_url())
);
$logout_url = wp_get_update_php_annotation();
if ($logout_url) {
$can_partial_refresh .= '' . $logout_url . '';
}
}
// Get the upgrade notice for the new plugin version.
if (isset($feature_selectors->update->upgrade_notice)) {
$default_minimum_font_size_limit = '
' . strip_tags($feature_selectors->update->upgrade_notice);
} else {
$default_minimum_font_size_limit = '';
}
$pass2 = self_admin_url('plugin-install.php?tab=plugin-information&plugin=' . $feature_selectors->update->slug . '§ion=changelog&TB_iframe=true&width=640&height=662');
$menu_name = sprintf(
'%3$f9g4_19',
esc_url($pass2),
/* translators: 1: Plugin name, 2: Version number. */
esc_attr(sprintf(__('View %1$f9g4_19 version %2$f9g4_19 details'), $feature_selectors->Name, $feature_selectors->update->new_version)),
/* translators: %s: Plugin version. */
sprintf(__('View version %s details.'), $feature_selectors->update->new_version)
);
$attach_uri = 'checkbox_' . md5($my_parent);
?>
|
Name;
?>
Version,
$feature_selectors->update->new_version
);
echo ' ' . $menu_name . $can_partial_refresh;
if (in_array($my_parent, $title_parent, true)) {
echo $element_pseudo_allowed;
}
echo $default_minimum_font_size_limit;
?>
|