Changeset 45674 for trunk/src/wp-admin/options.php
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options.php
r45583 r45674 268 268 sprintf( 269 269 /* translators: %s: the option/setting */ 270 __( 'The %s setting is unregistered. Unregistered settings are deprecated. See https:// codex.wordpress.org/Settings_API' ),270 __( 'The %s setting is unregistered. Unregistered settings are deprecated. See https://developer.wordpress.org/plugins/settings/settings-api/' ), 271 271 '<code>' . $option . '</code>' 272 272 )
Note: See TracChangeset
for help on using the changeset viewer.