Ticket #13467: newpost_help.patch
File newpost_help.patch, 961 bytes (added by , 14 years ago) |
---|
-
wp-admin/edit-form-advanced.php
176 176 '<p>' . __('<strong>Discussion</strong> - You can turn comments and pings on or off, and if there are comments on the post, you can see them here and moderate them.') . '</p>' . 177 177 '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' . 178 178 '<p><strong>' . __('For more information:') . '</strong></p>' . 179 '<p>' . __('<a href="http://codex.wordpress.org/Writing_Posts"> Writing Posts Documentation</a>') . '</p>' .179 '<p>' . __('<a href="http://codex.wordpress.org/Writing_Posts">Documentation on Writing Posts</a>') . '</p>' . 180 180 '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>' 181 181 ); 182 182 } elseif ( 'page' == $post_type ) {