Make WordPress Core

Ticket #13736: 13736-options-reading.php.diff

File 13736-options-reading.php.diff, 1017 bytes (added by zeo, 15 years ago)
  • wp-admin/options-reading.php

     
    2121        '<p>' . __('You can also control the display of your content in RSS feeds, including the maximum numbers of posts to display, whether to show full text or a summary, and the character set encoding.') . '</p>' .
    2222        '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>' .
    2323        '<p><strong>' . __('For more information:') . '</strong></p>' .
    24         '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_SubPanel" target="_blank">Reading Settings Documentation</a>') . '</p>' .
     24        '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_SubPanel" target="_blank">Documentation on Reading Settings</a>') . '</p>' .
    2525        '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2626);
    2727