diff --git a/wp-admin/about.php b/wp-admin/about.php index 9dbed2ee3f..cc0db6a8b9 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -206,5 +206,5 @@ _n_noop( 'Version %1$s addressed some security issues and fixed %2$s bugs.' ); -/* translators: %s: Codex URL */ +/* translators: %s: Documentation URL */ __( 'For more information, see the release notes.' ); diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index d28c22e066..188d8d2c2e 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/wp-admin/includes/meta-boxes.php @@ -663,7 +663,7 @@ function post_excerpt_meta_box( $post ) {

Learn more about manual excerpts.' ), __( 'https://wordpress.org/support/article/excerpt/' ) ); @@ -700,7 +700,7 @@ function post_trackback_meta_box( $post ) {

pingbacks, no other action necessary.' ), __( 'https://wordpress.org/support/article/introduction-to-blogging/#comments' ) ); @@ -737,7 +737,7 @@ function post_custom_meta_box( $post ) {

use in your theme.' ), __( 'https://wordpress.org/support/article/custom-fields/' ) ); @@ -761,7 +761,7 @@ function post_comment_status_meta_box( $post ) {

want your site home page to be different from your WordPress installation directory.' ), __( 'https://wordpress.org/support/article/giving-wordpress-its-own-directory/' ) ); diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index bfd4d8ebb7..c436545f01 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -173,7 +173,7 @@ require( ABSPATH . 'wp-admin/admin-header.php' );

number of tags are available, and here are some examples to get you started.' ), __( 'https://wordpress.org/support/article/using-permalinks/' ) ); diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index ab7cfd921d..24106e9fa1 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -186,7 +186,7 @@ switch ( $step ) { ?> We got it.' ), __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 81327b882f..fd41b49c12 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -4691,7 +4691,7 @@ function sanitize_option( $option, $value ) { if ( 'permalink_structure' === $option && '' !== $value && ! preg_match( '/%[^\/%]+%/', $value ) ) { $error = sprintf( - /* translators: %s: Codex URL */ + /* translators: %s: Documentation URL */ __( 'A structure tag is required when using custom permalinks. Learn more' ), __( 'https://wordpress.org/support/article/using-permalinks/#choosing-your-permalink-structure' ) ); diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 5d3e490cb0..a2070c1ec7 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -4789,7 +4789,7 @@ function _doing_it_wrong( $function, $message, $version ) { /* translators: %s: version number */ $version = sprintf( __( '(This message was added in version %s.)' ), $version ); } - /* translators: %s: Codex URL */ + /* translators: %s: Documentation URL */ $message .= ' ' . sprintf( __( 'Please see Debugging in WordPress for more information.' ), __( 'https://wordpress.org/support/article/debugging-in-wordpress/' ) diff --git a/wp-includes/ms-load.php b/wp-includes/ms-load.php index 056fccc789..d1cc5b642e 100644 --- a/wp-includes/ms-load.php +++ b/wp-includes/ms-load.php @@ -489,7 +489,7 @@ function ms_not_installed( $domain, $path ) { ) . '

'; } $msg .= '

' . __( 'What do I do now?' ) . ' '; - /* translators: %s: Codex URL */ + /* translators: %s: Documentation URL */ $msg .= sprintf( __( 'Read the bug report page. Some of the guidelines there may help you figure out what went wrong.' ), __( 'https://wordpress.org/support/article/debugging-a-wordpress-network/' ) diff --git a/wp-includes/version.php b/wp-includes/version.php index c20773147b..91664189e1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45675'; +$wp_version = '5.3-alpha-45676'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-load.php b/wp-load.php index 1186da1ca6..51e81f553c 100644 --- a/wp-load.php +++ b/wp-load.php @@ -78,7 +78,7 @@ if ( file_exists( ABSPATH . 'wp-config.php' ) ) { 'wp-config.php' ) . '

'; $die .= '

' . sprintf( - /* translators: %s: Codex URL */ + /* translators: %s: Documentation URL */ __( "Need more help? We got it." ), __( 'https://wordpress.org/support/article/editing-wp-config-php/' ) ) . '

';