Make WordPress Core


Ignore:
Timestamp:
02/25/2016 12:52:33 PM (10 years ago)
Author:
ocean90
Message:

Spelling: Standardize on "front end"/"back end" (noun) and "front-end"/"back-end" (adjective).

Props obrienlabs, thewanderingbrit.
Fixes #34887.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.wp-scripts.php

    r36707 r36709  
    221221
    222222        if ( in_array( $handle, $no ) ) {
    223             $message = sprintf( __( 'Do not deregister the %1$s script in the administration area. To target the frontend theme, use the %2$s hook.' ),
     223            $message = sprintf( __( 'Do not deregister the %1$s script in the administration area. To target the front-end theme, use the %2$s hook.' ),
    224224                "<code>$handle</code>", '<code>wp_enqueue_scripts</code>' );
    225225            _doing_it_wrong( __FUNCTION__, $message, '3.6' );
Note: See TracChangeset for help on using the changeset viewer.