Make WordPress Core


Ignore:
Timestamp:
05/14/2013 07:01:57 PM (12 years ago)
Author:
ocean90
Message:

RTL support for the new post Format UI. see #24326.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/post-formats.php

    r24232 r24258  
    6868        <div class="field wp-format-link">
    6969            <label for="wp_format_link_url"><?php _e( 'Link URL' ); ?></label>
    70             <input type="text" id="wp_format_link_url" name="_format_link_url" value="<?php echo esc_url( $format_meta['link_url'] ); ?>" class="widefat" />
     70            <input type="text" id="wp_format_link_url" name="_format_link_url" value="<?php echo esc_url( $format_meta['link_url'] ); ?>" class="widefat code" />
    7171        </div>
    7272
    7373        <div class="field wp-format-quote">
    7474            <label for="wp_format_quote_source_url"><?php _e( 'Quote source link' ); ?></label>
    75             <input type="text" id="wp_format_quote_source_url" name="_format_quote_source_url" value="<?php echo esc_url( $format_meta['quote_source_url'] ); ?>" class="widefat" />
     75            <input type="text" id="wp_format_quote_source_url" name="_format_quote_source_url" value="<?php echo esc_url( $format_meta['quote_source_url'] ); ?>" class="widefat code" />
    7676        </div>
    7777
    7878        <div class="field wp-format-image">
    7979            <label for="wp_format_image_url"><?php _e( 'Image click-through link' ); ?></label>
    80             <input type="text" id="wp_format_image_url" name="_format_url" value="<?php echo esc_url( $format_meta['url'] ); ?>" class="widefat" />
     80            <input type="text" id="wp_format_image_url" name="_format_url" value="<?php echo esc_url( $format_meta['url'] ); ?>" class="widefat code" />
    8181        </div>
    8282
Note: See TracChangeset for help on using the changeset viewer.