]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/options.php
WordPress 4.2
[autoinstalls/wordpress.git] / wp-admin / options.php
index 6cf5823544015f7f967268d4c5f3b426fdd49b00..0f149c95c55665d54a030c0e6e8100686a5f9bc0 100644 (file)
@@ -180,7 +180,7 @@ if ( 'update' == $action ) {
        if ( $options ) {
                foreach ( $options as $option ) {
                        if ( $unregistered )
-                               _deprecated_argument( 'options.php', '2.7', sprintf( __( 'The <code>%1$s</code> 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 <code>%1$s</code> setting is unregistered. Unregistered settings are deprecated. See https://codex.wordpress.org/Settings_API' ), $option, $option_page ) );
 
                        $option = trim( $option );
                        $value = null;