Ticket #16105: 16105.3.diff
File 16105.3.diff, 873 bytes (added by , 11 years ago) |
---|
-
wp-admin/tools.php
37 37 38 38 <?php if ( current_user_can('edit_posts') ) : ?> 39 39 <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"> 40 45 <h3 class="title"><?php _e('Press This') ?></h3> 41 46 <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> 42 47