Make WordPress Core

Changeset 31746


Ignore:
Timestamp:
03/12/2015 03:36:01 AM (10 years ago)
Author:
nacin
Message:

The partial change to the script handle in [31744] was not actually intended.

see #31242.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r31744 r31746  
    427427    $scripts->add( 'twemoji', "/wp-includes/js/twemoji$suffix.js", array(), false, 1 );
    428428    $scripts->add( 'emoji', "/wp-includes/js/wp-emoji$suffix.js", array( 'twemoji' ), false, 1 );
    429     did_action( 'init' ) && $scripts->localize( 'wp-emoji', '_wpemojiSettings', array(
     429    did_action( 'init' ) && $scripts->localize( 'emoji', '_wpemojiSettings', array(
    430430        /**
    431431         * Filter the URL where emoji images are hosted.
Note: See TracChangeset for help on using the changeset viewer.