]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/press-this.php
WordPress 3.9-scripts
[autoinstalls/wordpress.git] / wp-admin / press-this.php
index 58394c8a35536b96f852d2fcee06a9b838ef3ce4..1becc48f8c803a651e745ae4a9536da4bb0fa687 100644 (file)
@@ -19,8 +19,6 @@ if ( ! current_user_can( 'edit_posts' ) || ! current_user_can( get_post_type_obj
 /**
  * Press It form handler.
  *
- * @package WordPress
- * @subpackage Press_This
  * @since 2.6.0
  *
  * @return int Post ID
@@ -146,7 +144,7 @@ if ( !empty($_REQUEST['ajax']) ) {
                        <h3 class="tb"><label for="tb_this_photo_description"><?php _e('Description') ?></label></h3>
                        <div class="titlediv">
                                <div class="titlewrap">
-                                       <input id="tb_this_photo_description" name="photo_description" class="tb_this_photo_description tbtitle text" onkeypress="if(event.keyCode==13) image_selector(this);" value="<?php echo esc_attr($title);?>"/>
+                                       <input id="tb_this_photo_description" name="photo_description" class="tb_this_photo_description tbtitle text" type="text" onkeypress="if(event.keyCode==13) image_selector(this);" value="<?php echo esc_attr($title);?>"/>
                                </div>
                        </div>
 
@@ -163,8 +161,6 @@ if ( !empty($_REQUEST['ajax']) ) {
                /**
                 * Retrieve all image URLs from given URI.
                 *
-                * @package WordPress
-                * @subpackage Press_This
                 * @since 2.6.0
                 *
                 * @param string $uri
@@ -297,6 +293,7 @@ die;
 
        wp_enqueue_style( 'colors' );
        wp_enqueue_script( 'post' );
+       add_thickbox();
        _wp_admin_html_begin();
 ?>
 <title><?php _e('Press This') ?></title>
@@ -311,28 +308,34 @@ var photostorage = false;
 <?php
        /** This action is documented in wp-admin/admin-header.php */
        do_action( 'admin_enqueue_scripts', 'press-this.php' );
+
        /**
-        * Print styles for the Press This admin page.
+        * Fires when styles are printed for the Press This admin page.
         *
         * @since 3.7.0
         */
        do_action( 'admin_print_styles-press-this.php' );
+
        /** This action is documented in wp-admin/admin-header.php */
        do_action( 'admin_print_styles' );
+
        /**
-        * Print scripts for the Press This admin page.
+        * Fires when scripts are printed for the Press This admin page.
         *
         * @since 3.7.0
         */
        do_action( 'admin_print_scripts-press-this.php' );
+
        /** This action is documented in wp-admin/admin-header.php */
        do_action( 'admin_print_scripts' );
+
        /**
         * Fires in the head tag on the Press This admin page.
         *
         * @since 3.7.0
         */
        do_action( 'admin_head-press-this.php' );
+
        /** This action is documented in wp-admin/admin-header.php */
        do_action( 'admin_head' );
 ?>
@@ -603,7 +606,7 @@ $admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace(
 
                <div id="titlediv">
                        <div class="titlewrap">
-                               <input name="title" id="title" class="text" value="<?php echo esc_attr($title);?>"/>
+                               <input name="title" id="title" class="text" type="text" value="<?php echo esc_attr($title);?>"/>
                        </div>
                </div>