PATH:
home
/
urbaoubp
/
italpool.rs
/
wp-admin
<?php /** * WordPress Options Header. * * Displays updated message, if updated variable is part of the URL query. * * @package WordPress * @subpackage Administration */ // Don't load directly. if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $action = ! empty( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) { // For back-compat with plugins that don't use the Settings API and just set updated=1 in the redirect. add_settings_error( 'general', 'settings_updated', __( 'Settings saved.' ), 'success' ); } settings_errors();
[-] user-new.php
[edit]
[-] plugin-editor.php
[edit]
[-] link-manager.php
[edit]
[-] upgrade.php
[edit]
[-] install.php
[edit]
[-] site-health.php
[edit]
[-] upload.php
[edit]
[-] index.php
[edit]
[-] admin-footer.php
[edit]
[+]
user
[-] error_log
[edit]
[-] ms-sites.php
[edit]
[-] link.php
[edit]
[-] load-scripts.php
[edit]
[-] load-styles.php
[edit]
[-] credits.php
[edit]
[-] options-media.php
[edit]
[-] options-head.php
[edit]
[+]
css
[-] press-this.php
[edit]
[-] network.php
[edit]
[-] options-writing.php
[edit]
[-] moderation.php
[edit]
[-] widgets.php
[edit]
[-] setup-config.php
[edit]
[-] edit-form-blocks.php
[edit]
[-] custom-header.php
[edit]
[-] edit-form-comment.php
[edit]
[-] profile.php
[edit]
[-] menu-header.php
[edit]
[-] admin-ajax.php
[edit]
[+]
maint
[-] options-general.php
[edit]
[-] widgets-form.php
[edit]
[-] export.php
[edit]
[-] about.php
[edit]
[-] authorize-application.php
[edit]
[+]
images
[-] plugins.php
[edit]
[-] admin-functions.php
[edit]
[-] erase-personal-data.php
[edit]
[-] comment.php
[edit]
[+]
includes
[-] update-core.php
[edit]
[-] revision.php
[edit]
[-] upgrade-functions.php
[edit]
[-] custom-background.php
[edit]
[-] link-add.php
[edit]
[-] post.php
[edit]
[-] freedoms.php
[edit]
[-] options-discussion.php
[edit]
[+]
..
[-] my-sites.php
[edit]
[-] theme-install.php
[edit]
[-] options-reading.php
[edit]
[-] options.php
[edit]
[-] media-upload.php
[edit]
[-] admin-post.php
[edit]
[-] themes.php
[edit]
[-] privacy-policy-guide.php
[edit]
[+]
network
[-] edit-tags.php
[edit]
[-] install-helper.php
[edit]
[-] ms-upgrade-network.php
[edit]
[-] admin-header.php
[edit]
[-] site-editor.php
[edit]
[-] post-new.php
[edit]
[-] privacy.php
[edit]
[-] user-edit.php
[edit]
[-] edit-tag-form.php
[edit]
[+]
js
[-] update.php
[edit]