Add colon after Upload/Insert. Fixes #14810
git-svn-id: https://develop.svn.wordpress.org/trunk@16358 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9967d9da2a
commit
3d1e3fc25f
@ -1427,7 +1427,7 @@ function get_media_buttons() {
|
||||
|
||||
$out .= _media_button( __( 'Add Media' ), 'images/media-button-other.gif?ver=20100531', 'media' );
|
||||
|
||||
$context = apply_filters( 'media_buttons_context', __( 'Upload/Insert %s' ) );
|
||||
$context = apply_filters( 'media_buttons_context', __( 'Upload/Insert: %s' ) );
|
||||
|
||||
return sprintf($context, $out);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user