Make WordPress Core

Ticket #20737: 20737.diff

File 20737.diff, 1.8 KB (added by sabreuse, 13 years ago)
  • wp-admin/custom-header.php

     
    588588                $image_library_url = remove_query_arg( 'TB_iframe', $image_library_url );
    589589                $image_library_url = add_query_arg( array( 'context' => 'custom-header', 'TB_iframe' => 1 ), $image_library_url );
    590590        ?>
    591         <span class="howto"><?php _ex( 'or', 'Custom Header: Choose an image from your computer - or - Choose from image library' ); ?></span> <a id="choose-from-library-link" class="thickbox" href="<?php echo $image_library_url; ?>"><?php _e( 'Choose from image library' ); ?></a>
     591        <?php _ex( 'or', 'Custom Header: Choose an image from your computer - or - Choose from image library' ); ?>< a id="choose-from-library-link" class="thickbox" href="<?php echo $image_library_url; ?>"><?php _e( 'choose from image library' ); ?></a>
    592592</td>
    593593</tr>
    594594<?php endif; ?>
  • wp-admin/custom-background.php

     
    260260        $image_library_url = add_query_arg( array( 'context' => 'custom-background', 'TB_iframe' => 1 ), $image_library_url );
    261261?>
    262262        </form>
    263         <span class="howto"><?php _ex( 'or', 'Custom Background: Choose an image from your computer - or - Choose from image library' ); ?></span> <a id="choose-from-library-link" class="thickbox" href="<?php echo $image_library_url; ?>"><?php _e( 'Choose from image library' ); ?></a>
     263        <?php _ex( 'or', 'Custom Background: Choose an image from your computer - or - Choose from image library' ); ?> <a id="choose-from-library-link" class="thickbox" href="<?php echo $image_library_url; ?>"><?php _e( 'choose from image library' ); ?></a>
    264264</td>
    265265</tr>
    266266</tbody>