Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ACKnell

    (@acknell)

    Sorry ignore me I had a morning moment…

    Ok here are lines 30 – 40:

    else
    	add_screen_option('layout_columns', array('max' => 4, 'default' => 2) );
    
    $help = '<p>' . __( 'Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab in the upper corner.' ) . '</p>';
    
    get_current_screen()->add_help_tab( array(
    	'id'      => 'overview',
    	'title'   => __( 'Overview' ),
    	'content' => $help,
    ) );
    Thread Starter ACKnell

    (@acknell)

    Hi s_ha_dum

    Thanks for the message. Would you mind elabrating a bit more into which lines I need to alter as WordPress doesnt present me with a line count and I can imagine the paragraph breaks are different than viewing it in a standard HTML viewer?

    Basically could you provide me the specific instructions and what I need to do with the various lines?

    Sorry I am bit of a beginner to WordPress.

    Many thanks!

Viewing 2 replies - 1 through 2 (of 2 total)