#2718. Missed colon!

This commit is contained in:
Mike Jolley 2013-03-18 12:52:00 +00:00
parent b20cf841b6
commit bda5770c83
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class WC_Welcome_Page {
*/
public function admin_menus() {
$welcome_page_title = __( 'Welcome to WooCommerce', 'woocommerce' )
$welcome_page_title = __( 'Welcome to WooCommerce', 'woocommerce' );
// About
$about = add_dashboard_page( $welcome_page_title, $welcome_page_title, 'manage_options', 'wc-about', array( $this, 'about_screen' ) );