Make WordPress Core

Changeset 38204


Ignore:
Timestamp:
08/05/2016 04:59:42 AM (8 years ago)
Author:
pento
Message:

MediaElement: Remove translated string from a plugin WP doesn't bundle.

Merge of [38203] to the 4.6 branch.

Props nacin.
Fixes #37394.

File:
1 edited

Legend:

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

    r38150 r38204  
    351351            'None'                    => __( 'None', 'no captions/subtitles' ),
    352352            'Time Slider'             => __( 'Time Slider' ),
    353             /* translators: %1: number of seconds (30 by default) */
    354             'Jump forward %1 seconds' => __( 'Jump forward %1 seconds' ),
    355353            /* translators: %1: number of seconds (30 by default) */
    356354            'Skip back %1 seconds'    => __( 'Skip back %1 seconds' ),
Note: See TracChangeset for help on using the changeset viewer.