PATH:
home
/
bkunreyz
/
bcmuslimgolfers.com
/
wp-admin
<?php /** * WordPress Options Header. * * Displays updated message, if updated variable is part of the URL query. * * @package WordPress * @subpackage Administration */ wp_reset_vars( array( '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();
[-] site-health-info.php
[edit]
[-] edit-tag-form.php
[edit]
[+]
maint
[-] plugin-editor.php
[edit]
[-] credits.php
[edit]
[+]
images
[-] ms-users.php
[edit]
[+]
css
[-] options-head.php
[edit]
[-] link-add.php
[edit]
[-] theme-install.php
[edit]
[-] privacy.php
[edit]
[-] edit-tags.php
[edit]
[+]
network
[-] load-styles.php
[edit]
[-] erase-personal-data.php
[edit]
[+]
..
[-] ms-admin.php
[edit]
[-] user-new.php
[edit]
[-] site-health.php
[edit]
[+]
user
[-] privacy-policy-guide.php
[edit]
[-] press-this.php
[edit]
[-] users.php
[edit]
[-] freedoms.php
[edit]
[-] media-upload.php
[edit]
[+]
js
[-] revision.php
[edit]
[-] custom-background.php
[edit]
[-] options-discussion.php
[edit]
[+]
includes
[-] setup-config.php
[edit]