Make WordPress Core

Changeset 32024


Ignore:
Timestamp:
04/05/2015 07:27:20 AM (10 years ago)
Author:
pento
Message:

Emoji: Remove an errant / in Twemoji URLs.

Props tmatsuur.

Fixes #31893.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/wp-emoji.js

    r31948 r32024  
    128128                    }
    129129
    130                     return ''.concat( options.base, '/', icon, options.ext );
     130                    return ''.concat( options.base, icon, options.ext );
    131131                }
    132132            } );
Note: See TracChangeset for help on using the changeset viewer.