Ticket #22365: 22365.diff
| File 22365.diff, 2.3 KB (added by , 13 years ago) |
|---|
-
wp-admin/options-writing.php
29 29 ) ); 30 30 31 31 if ( is_multisite() ) { 32 $post_email_help = '<p>' . __('Due to security issues, you cannot use Post By Email on Multisite Installs.') . '</p>'; 32 $post_email_help = '<p>' . __( 'Due to security issues, you cannot use Post By Email on Multisite installs.' ) . '</p>'; 33 $update_services_help = '<p>' . __( 'Update Services settings are configured on a per-site basis in the Network Admin on Multisite installs.' ) . '</p>'; 33 34 } else { 34 $post_email_help = '<p>' . __('Post via email settings allow you to send your WordPress install an email with the content of your post. You must set up a secret e-mail account with POP3 access to use this, and any mail received at this address will be posted, so it’s a good idea to keep this address very secret.') . '</p>'; 35 $post_email_help = '<p>' . __( 'Post via email settings allow you to send your WordPress install an email with the content of your post. You must set up a secret e-mail account with POP3 access to use this, and any mail received at this address will be posted, so it’s a good idea to keep this address very secret.' ) . '</p>'; 36 $update_services_help = '<p>' . __( 'If desired, WordPress will automatically alert various services of your new posts.' ) . '</p>'; 35 37 } 36 38 37 39 get_current_screen()->add_help_tab( array( 38 40 'id' => 'options-postemail', 39 'title' => __( 'Post Via Email'),41 'title' => __( 'Post Via Email' ), 40 42 'content' => $post_email_help, 41 43 ) ); 42 44 43 45 get_current_screen()->add_help_tab( array( 44 'id' => 'options-remote',45 'title' => __('Remote Publishing'),46 'content' => '<p>' . __('Remote Publishing allows you to use an external editor (like the iOS or Android app) to write your posts.') . '</p>',47 ) );48 49 get_current_screen()->add_help_tab( array(50 46 'id' => 'options-services', 51 'title' => __( 'Update Services'),52 'content' => '<p>' . __('If desired, WordPress will automatically alert various services of your new posts.') . '</p>',47 'title' => __( 'Update Services' ), 48 'content' => $update_services_help, 53 49 ) ); 54 50 55 51 get_current_screen()->set_help_sidebar(