PATH:
home
/
bkunreyz
/
icnavancouver.ca
/
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();
[-] options-writing.php
[edit]
[-] edit-tag-form.php
[edit]
[+]
maint
[-] ms-sites.php
[edit]
[-] post-new.php
[edit]
[-] credits.php
[edit]
[-] ms-options.php
[edit]
[-] link-manager.php
[edit]
[-] moderation.php
[edit]
[+]
images
[-] ms-users.php
[edit]
[+]
css
[-] post.php
[edit]
[-] options-head.php
[edit]
[-] link-add.php
[edit]
[-] edit-tags.php
[edit]
[-] about.php
[edit]
[-] upgrade-functions.php
[edit]
[+]
network
[-] index.php
[edit]
[-] profile.php
[edit]
[-] erase-personal-data.php
[edit]
[+]
..
[-] user-new.php
[edit]
[-] link.php
[edit]
[-] options-media.php
[edit]
[-] themes.php
[edit]
[+]
user
[-] my-sites.php
[edit]
[-] admin-post.php
[edit]
[-] press-this.php
[edit]
[-] term.php
[edit]
[-] .htaccess
[edit]
[-] options-general.php
[edit]
[-] ms-upgrade-network.php
[edit]
[-] export-personal-data.php
[edit]
[-] media-upload.php
[edit]
[-] edit-form-blocks.php
[edit]
[-] options-reading.php
[edit]
[+]
js
[+]
includes