mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
I18N: Capitalize translator comments consistently, add trailing punctuation.
Includes minor code layout fixes. See #44360. git-svn-id: https://develop.svn.wordpress.org/trunk@45932 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -12,13 +12,13 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
}
|
||||
|
||||
if ( ! empty( $link_id ) ) {
|
||||
/* translators: %s: URL to Links screen */
|
||||
/* translators: %s: URL to Links screen. */
|
||||
$heading = sprintf( __( '<a href="%s">Links</a> / Edit Link' ), 'link-manager.php' );
|
||||
$submit_text = __( 'Update Link' );
|
||||
$form_name = 'editlink';
|
||||
$nonce_action = 'update-bookmark_' . $link_id;
|
||||
} else {
|
||||
/* translators: %s: URL to Links screen */
|
||||
/* translators: %s: URL to Links screen. */
|
||||
$heading = sprintf( __( '<a href="%s">Links</a> / Add New Link' ), 'link-manager.php' );
|
||||
$submit_text = __( 'Add Link' );
|
||||
$form_name = 'addlink';
|
||||
|
||||
Reference in New Issue
Block a user