X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/af50974463450c98503e763a7836a50e260461a9..c46e6dd20c438dddfea40c35935b877ac3e67daa:/wp-admin/options.php?ds=sidebyside diff --git a/wp-admin/options.php b/wp-admin/options.php index 6cf58235..0f149c95 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -180,7 +180,7 @@ if ( 'update' == $action ) { if ( $options ) { foreach ( $options as $option ) { if ( $unregistered ) - _deprecated_argument( 'options.php', '2.7', sprintf( __( 'The %1$s setting is unregistered. Unregistered settings are deprecated. See http://codex.wordpress.org/Settings_API' ), $option, $option_page ) ); + _deprecated_argument( 'options.php', '2.7', sprintf( __( 'The %1$s setting is unregistered. Unregistered settings are deprecated. See https://codex.wordpress.org/Settings_API' ), $option, $option_page ) ); $option = trim( $option ); $value = null;