Ticket #16105: patch-16105.diff
File patch-16105.diff, 769 bytes (added by , 11 years ago) |
---|
-
wp-admin/tools.php
49 49 <p><textarea rows="5" cols="120" readonly="readonly"><?php echo htmlspecialchars( get_shortcut_link() ); ?></textarea></p> 50 50 </div> 51 51 </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> 52 57 <?php 53 58 endif; 54 59