Baseball

No player photo found.
19
Marco
Scutaro
Pos:2B
Ht/Wt:5'10"/185
Year:
Age:35
Home Town:San Felipe
Last School:N/A

Player Bio

THIS IS A BLOCK QUOTE. Clutch hitter. NLCS MVP. Played for 5 different teams.

  • bullet 1
  • bullet 2
  • bullet 3
  1. bullet 1
  2. bullet 2
  3. bullet 3

Testing the <pre> tag …

 array (
			'type' 		=> 'text',
			'curr_value' 	=> get_post_meta( $post->ID, 'player_first_name', true ), //$first_name,
			'label' 	=> __( 'First Name:', 'mstw-team-rosters' ),
			'maxlength' 	=> $std_length,
			'size' 		=> $std_size,
			'desc' 		=> __( '', 'mstw-team-rosters' ),
			),
		'player_last_name' => array (
			'type' => 'text',
			'curr_value' => get_post_meta( $post->ID, 'player_first_name', true ), //$last_name,
			'label' =>  __( 'Last Name:', 'mstw-team-rosters' ),
			'maxlength' => $std_length,
			'size' => $std_size,
			'desc' => __( '', 'mstw-team-rosters' ),
						),

The pre tag has ended.