]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/options-head.php
Wordpress 4.6-scripts
[autoinstalls/wordpress.git] / wp-admin / options-head.php
index 1c706c87d7296cdc94df67f4d80ea307a263bf46..bee3ae7e67ab36adf573a76717d19620963d7ce7 100644 (file)
@@ -11,7 +11,7 @@
 wp_reset_vars( array( 'action' ) );
 
 if ( isset( $_GET['updated'] ) && isset( $_GET['page'] ) ) {
-       // For backwards compat with plugins that don't use the Settings API and just set updated=1 in the redirect
+       // 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.'), 'updated');
 }