Make WordPress Core

Ticket #16105: patch-16105.diff

File patch-16105.diff, 769 bytes (added by isaackeyet, 11 years ago)

Patch adds "Mobile Apps" section to Tools with descriptive copy

  • wp-admin/tools.php

     
    4949        <p><textarea rows="5" cols="120" readonly="readonly"><?php echo htmlspecialchars( get_shortcut_link() ); ?></textarea></p>
    5050        </div>
    5151</div>
     52<div class="tool-box">
     53        <h3 class="title"><?php _e('Mobile Apps') ?></h3>
     54        <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, Windows Phone.'); ?></p>
     55        <p><?php printf( __('Learn more and download: <a href="%s">Mobile Apps on WordPress.org</a>.'), 'http://wordpress.org/extend/mobile/' ); ?></p>
     56</div>
    5257<?php
    5358endif;
    5459