| 72 | $help = '<p>' . __( 'This Theme Options screen, as enabled by your theme, Twenty Eleven, allows you to change some settings regarding the theme’s color and layout.') . '</p>' . |
| 73 | '<p>' . __( 'You can toggle between Light or Dark text areas for your site in Color Scheme, with contrasting letters. Colors could be further changed or examined in the theme’s CSS via Appearance > Editor. The color for links can be set to specific values or using a color wheel by clicking on the color patch or "Select a Color" button.' ) . '</p>' . |
| 74 | '<p>' . __( 'There are three options for the theme’s layout (each containing the same header):' ) . '</p>' . |
| 75 | '<ol>' . |
| 76 | '<li>' . __( 'Main content on left, sidebar on right' ) . '</li>' . |
| 77 | '<li>' . __( 'Main content on right, sidebar on left' ) . '</li>' . |
| 78 | '<li>' . __( 'Main content spans the entire site’s width, no sidebar' ) . '</li>' . |
| 79 | '</ol>' . |
| 80 | '<p>' . __( 'Remember to click "Save Changes" to save any changes you have made to the theme’s options.' ) . '</p>' . |
| 81 | '<p><strong>' . __('For more information:') . '</strong></p>' . |
| 82 | '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Theme_Options_Screen" target="_blank">Documentation on Theme Options</a>' ) . '</p>' . |
| 83 | '<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'; |
| 84 | |
| 85 | add_contextual_help( $theme_page, $help ); |