Make WordPress Core

Ticket #13467: newpost_help.patch

File newpost_help.patch, 961 bytes (added by jane, 14 years ago)

Small edit to documentation link text

  • wp-admin/edit-form-advanced.php

     
    176176        '<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>' .
    177177        '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' .
    178178        '<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>' .
    180180        '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
    181181        );
    182182} elseif ( 'page' == $post_type ) {