Pinking shears

git-svn-id: https://develop.svn.wordpress.org/trunk@19054 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-10-24 19:13:23 +00:00
parent 5fecc93721
commit fd10e500e4
26 changed files with 59 additions and 59 deletions
+4 -4
View File
@@ -578,10 +578,10 @@ var photostorage = false;
if ( $url ) {
$content .= '<p>';
if ( $selection )
$content .= __('via ');
$content .= sprintf( "<a href='%s'>%s</a>.</p>", esc_url( $url ), esc_html( $title ) );
}
@@ -602,7 +602,7 @@ var photostorage = false;
}
wp_editor( $content, 'content', $editor_settings );
?>
</div>
</div>
@@ -619,7 +619,7 @@ var photostorage = false;
<td><input type="button" class="button" onclick="image_selector()" value="<?php esc_attr_e('Insert Image'); ?>" /></td>
</tr></table>
</div>
<?php
<?php
do_action('admin_footer');
do_action('admin_print_footer_scripts');
?>