mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +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:
@@ -279,7 +279,7 @@ function wp_deregister_script( $handle ) {
|
||||
|
||||
if ( in_array( $handle, $no ) ) {
|
||||
$message = sprintf(
|
||||
/* translators: 1: script name, 2: wp_enqueue_scripts */
|
||||
/* translators: 1: Script name, 2: wp_enqueue_scripts */
|
||||
__( 'Do not deregister the %1$s script in the administration area. To target the front-end theme, use the %2$s hook.' ),
|
||||
"<code>$handle</code>",
|
||||
'<code>wp_enqueue_scripts</code>'
|
||||
|
||||
Reference in New Issue
Block a user