I18N: Add Translator comments for Planet URLs.
Props oglekler, zodiac1978, audrasjb, jorbin. Fixes #58010. Built from https://develop.svn.wordpress.org/trunk@57571 git-svn-id: http://core.svn.wordpress.org/trunk@57072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fd9c831f38
commit
27ba6d5b6b
|
@ -1572,7 +1572,11 @@ function wp_dashboard_primary() {
|
||||||
*
|
*
|
||||||
* @param string $link The widget's secondary link URL.
|
* @param string $link The widget's secondary link URL.
|
||||||
*/
|
*/
|
||||||
'link' => apply_filters( 'dashboard_secondary_link', __( 'https://planet.wordpress.org/' ) ),
|
'link' => apply_filters(
|
||||||
|
'dashboard_secondary_link',
|
||||||
|
/* translators: Link to the Planet website of the locale. */
|
||||||
|
__( 'https://planet.wordpress.org/' )
|
||||||
|
),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters the secondary feed URL for the 'WordPress Events and News' dashboard widget.
|
* Filters the secondary feed URL for the 'WordPress Events and News' dashboard widget.
|
||||||
|
@ -1581,7 +1585,11 @@ function wp_dashboard_primary() {
|
||||||
*
|
*
|
||||||
* @param string $url The widget's secondary feed URL.
|
* @param string $url The widget's secondary feed URL.
|
||||||
*/
|
*/
|
||||||
'url' => apply_filters( 'dashboard_secondary_feed', __( 'https://planet.wordpress.org/feed/' ) ),
|
'url' => apply_filters(
|
||||||
|
'dashboard_secondary_feed',
|
||||||
|
/* translators: Link to the Planet feed of the locale. */
|
||||||
|
__( 'https://planet.wordpress.org/feed/' )
|
||||||
|
),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters the secondary link title for the 'WordPress Events and News' dashboard widget.
|
* Filters the secondary link title for the 'WordPress Events and News' dashboard widget.
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.5-alpha-57570';
|
$wp_version = '6.5-alpha-57571';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue