Make WordPress Core


Ignore:
Timestamp:
11/23/2011 11:49:33 PM (15 years ago)
Author:
koopersmith
Message:

Remove help tab from credits page, tweak about page CSS. props chexee, see #18742.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/credits.php

    r19402 r19443  
    1111
    1212$title = __( 'Credits' );
    13 
    14 add_contextual_help($current_screen,
    15         '<p>' . __('Each name or handle is a link to that person&#8217;s profile in the WordPress.org community directory.') . '</p>' .
    16         '<p>' . __('You can register your own profile at <a href="http://wordpress.org/support/register.php" target="_blank">this link</a> to start contributing.') . '</p>' .
    17         '<p>' . __('WordPress always needs more people to report bugs, patch bugs, test betas, work on UI design, translate strings, write documentation, and add questions/answers/suggestions to the Support Forums. Join in!') . '</p>'
    18 );
    19 
    20 get_current_screen()->set_help_sidebar(
    21         '<p><strong>' . __('For more information:') . '</strong></p>' .
    22         '<p>' . __('<a href="http://codex.wordpress.org/Contributing_to_WordPress" target="_blank">Documentation on Contributing to WordPress</a>') . '</p>' .
    23         '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    24 );
    2513
    2614function wp_credits() {
Note: See TracChangeset for help on using the changeset viewer.