diff --git a/src/wp-admin/options.php b/src/wp-admin/options.php
index 3e2e104214..0e75a50b1a 100644
|
a
|
b
|
if ( 'update' === $action ) { // We are saving settings sent from a settings pag |
| 321 | 321 | '2.7.0', |
| 322 | 322 | sprintf( |
| 323 | 323 | /* translators: %s: The option/setting. */ |
| 324 | | __( 'The %s setting is unregistered. Unregistered settings are deprecated. See https://developer.wordpress.org/plugins/settings/settings-api/' ), |
| | 324 | __( 'The %s setting is unregistered. Unregistered settings are deprecated. See: https://developer.wordpress.org/plugins/settings/settings-api/' ), |
| 325 | 325 | '<code>' . esc_html( $option ) . '</code>' |
| 326 | 326 | ) |
| 327 | 327 | ); |