From b54aedfe6fba70d286848e729dfa47255a5ed859 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Sun, 6 Dec 2009 17:30:56 +0000 Subject: [PATCH] Make codex link open in a new window git-svn-id: https://develop.svn.wordpress.org/trunk@12324 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index 7d8601595a..9fb259cd0e 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -1077,7 +1077,7 @@ function _wp_post_thumbnail_html( $thumbnail_id = NULL ) { } else { $type = $post->post_type; } - return sprintf( __( '

Your theme does not currently support %2$s thumbnails.

You can hide this module by clicking the "Screen Options" tab.

' ), _x( 'http://codex.wordpress.org/Post_Images', 'Within the post/page thumbnail module on the post/page edit screen' ), $type ); + return sprintf( __( '

Your theme does not currently support %2$s thumbnails.

You can hide this module by clicking the "Screen Options" tab.

' ), _x( 'http://codex.wordpress.org/Post_Images', 'Within the post/page thumbnail module on the post/page edit screen' ), $type ); } $content = '

' . esc_html__( 'Set thumbnail' ) . '

';