H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
e:
/
home
/
ajudasindico
/
Web
/
16dezoito
/
weecook
/
wp-admin
/
Nama File / Folder
Size
Action
css
--
NONE
images
--
NONE
includes
--
NONE
js
--
NONE
maint
--
NONE
network
--
NONE
user
--
NONE
admin-ajax.php
3.556KB
Hapus
Edit
Rename
admin-footer.php
2.345KB
Hapus
Edit
Rename
admin-functions.php
0.394KB
Hapus
Edit
Rename
admin-post.php
1.646KB
Hapus
Edit
Rename
admin.php
10.647KB
Hapus
Edit
Rename
comment.php
9.839KB
Hapus
Edit
Rename
credits.php
5.012KB
Hapus
Edit
Rename
custom-background.php
16.841KB
Hapus
Edit
Rename
custom-header.php
43.191KB
Hapus
Edit
Rename
customize.php
5.256KB
Hapus
Edit
Rename
edit-comments.php
12.852KB
Hapus
Edit
Rename
edit-form-advanced.php
31.325KB
Hapus
Edit
Rename
edit-form-comment.php
7.241KB
Hapus
Edit
Rename
edit-link-form.php
5.887KB
Hapus
Edit
Rename
edit-tag-form.php
8.333KB
Hapus
Edit
Rename
edit-tags.php
20.166KB
Hapus
Edit
Rename
edit.php
14.994KB
Hapus
Edit
Rename
freedoms.php
3.268KB
Hapus
Edit
Rename
import.php
5.093KB
Hapus
Edit
Rename
index.php
5.907KB
Hapus
Edit
Rename
install.php
15.009KB
Hapus
Edit
Rename
link-add.php
0.695KB
Hapus
Edit
Rename
link-manager.php
3.505KB
Hapus
Edit
Rename
link-parse-opml.php
2.04KB
Hapus
Edit
Rename
link.php
2.563KB
Hapus
Edit
Rename
load-scripts.php
1.77KB
Hapus
Edit
Rename
load-styles.php
2.317KB
Hapus
Edit
Rename
media-new.php
3.056KB
Hapus
Edit
Rename
media-upload.php
3.229KB
Hapus
Edit
Rename
media.php
5.104KB
Hapus
Edit
Rename
menu-header.php
8.848KB
Hapus
Edit
Rename
menu.php
12.5KB
Hapus
Edit
Rename
moderation.php
0.313KB
Hapus
Edit
Rename
ms-admin.php
0.206KB
Hapus
Edit
Rename
ms-edit.php
0.226KB
Hapus
Edit
Rename
ms-options.php
0.23KB
Hapus
Edit
Rename
ms-sites.php
0.223KB
Hapus
Edit
Rename
ms-themes.php
0.225KB
Hapus
Edit
Rename
ms-upgrade-network.php
0.227KB
Hapus
Edit
Rename
ms-users.php
0.223KB
Hapus
Edit
Rename
my-sites.php
4.521KB
Hapus
Edit
Rename
nav-menus.php
39.08KB
Hapus
Edit
Rename
network.php
5.254KB
Hapus
Edit
Rename
options-discussion.php
13.885KB
Hapus
Edit
Rename
options-general.php
14.402KB
Hapus
Edit
Rename
options-head.php
0.48KB
Hapus
Edit
Rename
options-media.php
5.793KB
Hapus
Edit
Rename
options-permalink.php
14.741KB
Hapus
Edit
Rename
options-writing.php
7.856KB
Hapus
Edit
Rename
options.php
11.056KB
Hapus
Edit
Rename
plugin-editor.php
11.724KB
Hapus
Edit
Rename
plugin-install.php
5.187KB
Hapus
Edit
Rename
plugins.php
21.673KB
Hapus
Edit
Rename
post-new.php
2.666KB
Hapus
Edit
Rename
post.php
7.659KB
Hapus
Edit
Rename
press-this.php
0.68KB
Hapus
Edit
Rename
profile.php
0.289KB
Hapus
Edit
Rename
revision.php
4.899KB
Hapus
Edit
Rename
setup-config.php
13.964KB
Hapus
Edit
Rename
theme-editor.php
11.372KB
Hapus
Edit
Rename
theme-install.php
11.745KB
Hapus
Edit
Rename
themes.php
19.193KB
Hapus
Edit
Rename
tools.php
5.442KB
Hapus
Edit
Rename
update-core.php
28.559KB
Hapus
Edit
Rename
update.php
10.215KB
Hapus
Edit
Rename
upgrade.php
4.406KB
Hapus
Edit
Rename
upload.php
12.117KB
Hapus
Edit
Rename
user-edit.php
24.169KB
Hapus
Edit
Rename
user-new.php
19.523KB
Hapus
Edit
Rename
widgets.php
17.684KB
Hapus
Edit
Rename
<=Back
<?php /** * Install theme administration panel. * * @package WordPress * @subpackage Administration */ /** WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); require( ABSPATH . 'wp-admin/includes/theme-install.php' ); wp_reset_vars( array( 'tab' ) ); if ( ! current_user_can('install_themes') ) wp_die( __( 'You do not have sufficient permissions to install themes on this site.' ) ); if ( is_multisite() && ! is_network_admin() ) { wp_redirect( network_admin_url( 'theme-install.php' ) ); exit(); } $title = __( 'Add Themes' ); $parent_file = 'themes.php'; if ( ! is_network_admin() ) { $submenu_file = 'themes.php'; } $installed_themes = search_theme_directories(); foreach ( $installed_themes as $k => $v ) { if ( false !== strpos( $k, '/' ) ) { unset( $installed_themes[ $k ] ); } } wp_localize_script( 'theme', '_wpThemeSettings', array( 'themes' => false, 'settings' => array( 'isInstall' => true, 'canInstall' => current_user_can( 'install_themes' ), 'installURI' => current_user_can( 'install_themes' ) ? self_admin_url( 'theme-install.php' ) : null, 'adminUrl' => parse_url( self_admin_url(), PHP_URL_PATH ) ), 'l10n' => array( 'addNew' => __( 'Add New Theme' ), 'search' => __( 'Search Themes' ), 'searchPlaceholder' => __( 'Search themes...' ), // placeholder (no ellipsis) 'upload' => __( 'Upload Theme' ), 'back' => __( 'Back' ), 'error' => __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ), 'themesFound' => __( 'Number of Themes found: %d' ), 'noThemesFound' => __( 'No themes found. Try a different search.' ), 'collapseSidebar' => __( 'Collapse Sidebar' ), 'expandSidebar' => __( 'Expand Sidebar' ), ), 'installedThemes' => array_keys( $installed_themes ), ) ); wp_enqueue_script( 'theme' ); if ( $tab ) { /** * Fires before each of the tabs are rendered on the Install Themes page. * * The dynamic portion of the hook name, `$tab`, refers to the current * theme install tab. Possible values are 'dashboard', 'search', 'upload', * 'featured', 'new', or 'updated'. * * @since 2.8.0 */ do_action( "install_themes_pre_{$tab}" ); } $help_overview = '<p>' . sprintf(__('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.'), 'https://wordpress.org/themes/') . '</p>' . '<p>' . __( 'You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter.' ) . ' <span id="live-search-desc">' . __( 'The search results will be updated as you type.' ) . '</span></p>' . '<p>' . __( 'Alternately, you can browse the themes that are Featured, Popular, or Latest. When you find a theme you like, you can preview it or install it.' ) . '</p>' . '<p>' . __('You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme’s folder via FTP into your <code>/wp-content/themes</code> directory.') . '</p>'; get_current_screen()->add_help_tab( array( 'id' => 'overview', 'title' => __('Overview'), 'content' => $help_overview ) ); $help_installing = '<p>' . __('Once you have generated a list of themes, you can preview and install any of them. Click on the thumbnail of the theme you’re interested in previewing. It will open up in a full-screen Preview page to give you a better idea of how that theme will look.') . '</p>' . '<p>' . __('To install the theme so you can preview it with your site’s content and customize its theme options, click the "Install" button at the top of the left-hand pane. The theme files will be downloaded to your website automatically. When this is complete, the theme is now available for activation, which you can do by clicking the "Activate" link, or by navigating to your Manage Themes screen and clicking the "Live Preview" link under any installed theme’s thumbnail image.') . '</p>'; get_current_screen()->add_help_tab( array( 'id' => 'installing', 'title' => __('Previewing and Installing'), 'content' => $help_installing ) ); get_current_screen()->set_help_sidebar( '<p><strong>' . __('For more information:') . '</strong></p>' . '<p>' . __('<a href="https://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>' . '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' ); include(ABSPATH . 'wp-admin/admin-header.php'); ?> <div class="wrap"> <h1><?php echo esc_html( $title ); /** * Filter the tabs shown on the Add Themes screen. * * This filter is for backwards compatibility only, for the suppression * of the upload tab. * * @since 2.8.0 * * @param array $tabs The tabs shown on the Add Themes screen. Default is 'upload'. */ $tabs = apply_filters( 'install_themes_tabs', array( 'upload' => __( 'Upload Theme' ) ) ); if ( ! empty( $tabs['upload'] ) && current_user_can( 'upload_themes' ) ) { echo ' <a href="#" class="upload page-title-action">' . __( 'Upload Theme' ) . '</a>'; echo ' <a href="#" class="browse-themes page-title-action">' . _x( 'Browse', 'themes' ) . '</a>'; } ?></h1> <div class="upload-theme"> <?php install_themes_upload(); ?> </div> <h2 class="screen-reader-text"><?php _e( 'Filter themes list' ); ?></h2> <div class="wp-filter"> <div class="filter-count"> <span class="count theme-count"></span> </div> <ul class="filter-links"> <li><a href="#" data-sort="featured"><?php _ex( 'Featured', 'themes' ); ?></a></li> <li><a href="#" data-sort="popular"><?php _ex( 'Popular', 'themes' ); ?></a></li> <li><a href="#" data-sort="new"><?php _ex( 'Latest', 'themes' ); ?></a></li> <li><a href="#" data-sort="favorites"><?php _ex( 'Favorites', 'themes' ); ?></a></li> </ul> <a class="drawer-toggle" href="#"><?php _e( 'Feature Filter' ); ?></a> <div class="search-form"></div> <div class="favorites-form"> <?php $user = isset( $_GET['user'] ) ? wp_unslash( $_GET['user'] ) : get_user_option( 'wporg_favorites' ); update_user_meta( get_current_user_id(), 'wporg_favorites', $user ); ?> <p class="install-help"><?php _e( 'If you have marked themes as favorites on WordPress.org, you can browse them here.' ); ?></p> <p> <label for="user"><?php _e( 'Your WordPress.org username:' ); ?></label> <input type="search" id="wporg-username-input" value="<?php echo esc_attr( $user ); ?>" /> <input type="button" class="button button-secondary favorites-form-submit" value="<?php esc_attr_e( 'Get Favorites' ); ?>" /> </p> </div> <div class="filter-drawer"> <div class="buttons"> <a class="apply-filters button button-secondary" href="#"><?php _e( 'Apply Filters' ); ?><span></span></a> <a class="clear-filters button button-secondary" href="#"><?php _e( 'Clear' ); ?></a> </div> <?php $feature_list = get_theme_feature_list(); foreach ( $feature_list as $feature_name => $features ) { echo '<fieldset class="filter-group">'; $feature_name = esc_html( $feature_name ); echo '<legend>' . $feature_name . '</legend>'; echo '<div class="filter-group-feature">'; foreach ( $features as $feature => $feature_name ) { $feature = esc_attr( $feature ); echo '<input type="checkbox" id="filter-id-' . $feature . '" value="' . $feature . '" /> '; echo '<label for="filter-id-' . $feature . '">' . $feature_name . '</label><br>'; } echo '</div>'; echo '</fieldset>'; } ?> <div class="filtered-by"> <span><?php _e( 'Filtering by:' ); ?></span> <div class="tags"></div> <a href="#"><?php _e( 'Edit' ); ?></a> </div> </div> </div> <h2 class="screen-reader-text"><?php _e( 'Themes list' ); ?></h2> <div class="theme-browser content-filterable"></div> <div class="theme-install-overlay wp-full-overlay expanded"></div> <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p> <span class="spinner"></span> <br class="clear" /> <?php if ( $tab ) { /** * Fires at the top of each of the tabs on the Install Themes page. * * The dynamic portion of the hook name, `$tab`, refers to the current * theme install tab. Possible values are 'dashboard', 'search', 'upload', * 'featured', 'new', or 'updated'. * * @since 2.8.0 * * @param int $paged Number of the current page of results being viewed. */ do_action( "install_themes_{$tab}", $paged ); } ?> </div> <script id="tmpl-theme" type="text/template"> <# if ( data.screenshot_url ) { #> <div class="theme-screenshot"> <img src="{{ data.screenshot_url }}" alt="" /> </div> <# } else { #> <div class="theme-screenshot blank"></div> <# } #> <span class="more-details"><?php _ex( 'Details & Preview', 'theme' ); ?></span> <div class="theme-author"><?php printf( __( 'By %s' ), '{{ data.author }}' ); ?></div> <h3 class="theme-name">{{ data.name }}</h3> <div class="theme-actions"> <a class="button button-primary" href="{{ data.install_url }}"><?php esc_html_e( 'Install' ); ?></a> <a class="button button-secondary preview install-theme-preview" href="#"><?php esc_html_e( 'Preview' ); ?></a> </div> <# if ( data.installed ) { #> <div class="theme-installed"><?php _ex( 'Already Installed', 'theme' ); ?></div> <# } #> </script> <script id="tmpl-theme-preview" type="text/template"> <div class="wp-full-overlay-sidebar"> <div class="wp-full-overlay-header"> <a href="#" class="close-full-overlay"><span class="screen-reader-text"><?php _e( 'Close' ); ?></span></a> <a href="#" class="previous-theme"><span class="screen-reader-text"><?php _ex( 'Previous', 'Button label for a theme' ); ?></span></a> <a href="#" class="next-theme"><span class="screen-reader-text"><?php _ex( 'Next', 'Button label for a theme' ); ?></span></a> <# if ( data.installed ) { #> <a href="#" class="button button-primary theme-install disabled"><?php _ex( 'Installed', 'theme' ); ?></a> <# } else { #> <a href="{{ data.install_url }}" class="button button-primary theme-install"><?php _e( 'Install' ); ?></a> <# } #> </div> <div class="wp-full-overlay-sidebar-content"> <div class="install-theme-info"> <h3 class="theme-name">{{ data.name }}</h3> <span class="theme-by"><?php printf( __( 'By %s' ), '{{ data.author }}' ); ?></span> <img class="theme-screenshot" src="{{ data.screenshot_url }}" alt="" /> <div class="theme-details"> <# if ( data.rating ) { #> <div class="theme-rating"> {{{ data.stars }}} <span class="num-ratings">({{ data.num_ratings }})</span> </div> <# } else { #> <span class="no-rating"><?php _e( 'This theme has not been rated yet.' ); ?></span> <# } #> <div class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></div> <div class="theme-description">{{{ data.description }}}</div> </div> </div> </div> <div class="wp-full-overlay-footer"> <button type="button" class="collapse-sidebar button-secondary" aria-expanded="true" aria-label="<?php esc_attr_e( 'Collapse Sidebar' ); ?>"> <span class="collapse-sidebar-arrow"></span> <span class="collapse-sidebar-label"><?php _e( 'Collapse' ); ?></span> </button> </div> </div> <div class="wp-full-overlay-main"> <iframe src="{{ data.preview_url }}" title="<?php esc_attr_e( 'Preview' ); ?>" /> </div> </script> <?php include(ABSPATH . 'wp-admin/admin-footer.php');
Liking