From a55c86ffbceb9e96be0faba33752e3860ba8db71 Mon Sep 17 00:00:00 2001 From: westi Date: Thu, 19 May 2011 08:11:10 +0000 Subject: [PATCH] Move the codex link into a seperate translation so you don't have to translate it if you have not got a version in your language and you only have to translate it once. Fixes #17480 git-svn-id: http://svn.automattic.com/wordpress/trunk@17967 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index be1a391a5..bc03fc199 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -61,7 +61,9 @@ include( './admin-header.php' ); $results = wp_credits(); if ( !isset( $results['people'] ) ) { - echo '

' . sprintf( __( 'WordPress is created by a worldwide team of passionate individuals. Get involved in WordPress.' ), 'http://wordpress.org/about/' ) . '

'; + echo '

' . sprintf( __( 'WordPress is created by a worldwide team of passionate individuals. Get involved in WordPress.' ), + 'http://wordpress.org/about/', + _x( 'http://codex.wordpress.org/Contributing_to_WordPress', 'Url to the codex documentation on contributing to WordPress used on the credits page' ) ) . '

'; include( './admin-footer.php' ); exit; } @@ -91,7 +93,8 @@ if ( isset( $results['props'] ) ) { } ?> -

Get involved in WordPress.' ); ?>

+

Get involved in WordPress.' ), + _x( 'http://codex.wordpress.org/Contributing_to_WordPress', 'Url to the codex documentation on contributing to WordPress used on the credits page' ) ); ?>

+?> \ No newline at end of file