mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 19:24:34 +00:00
Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective).
Props obrienlabs, thewanderingbrit. Fixes #34887. git-svn-id: https://develop.svn.wordpress.org/trunk@36709 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -220,7 +220,7 @@ function wp_deregister_script( $handle ) {
|
||||
);
|
||||
|
||||
if ( in_array( $handle, $no ) ) {
|
||||
$message = sprintf( __( 'Do not deregister the %1$s script in the administration area. To target the frontend theme, use the %2$s hook.' ),
|
||||
$message = sprintf( __( '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>' );
|
||||
_doing_it_wrong( __FUNCTION__, $message, '3.6' );
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user