Make WordPress Core

Ticket #16105: 16105.3.diff

File 16105.3.diff, 873 bytes (added by celloexpressions, 11 years ago)

Put the mobile apps first, update WordPress.org link.

  • wp-admin/tools.php

     
    3737
    3838<?php if ( current_user_can('edit_posts') ) : ?>
    3939<div class="tool-box">
     40        <h3 class="title"><?php _e('Mobile Apps') ?></h3>
     41        <p><?php _e('The mobile WordPress apps allow you to quickly write posts, moderate comments, upload photos, and more. There are apps for iOS, Android, BlackBerry, and Windows Phone.'); ?></p>
     42        <p><?php printf( __('Learn more and download these <a href="%s">mobile apps on WordPress.org</a>.'), 'http://wordpress.org/mobile/' ); ?></p>
     43</div>
     44<div class="tool-box">
    4045        <h3 class="title"><?php _e('Press This') ?></h3>
    4146        <p><?php _e('Press This is a bookmarklet: a little app that runs in your browser and lets you grab bits of the web.');?></p>
    4247