History: from Rail to Trail


The Met: A History of the Metropolitan Branch of the B&O Railroad, Its Stations and Towns by Susan Cooke Soderberg, May 1998, The Germantown Historical Society, Germantown, MD.

[insert_php]function pb_the_content_shortcode_fix($content) {
$array = array(

[‘ => ‘[‘,
‘]

‘ => ‘]’,
‘]‘ => ‘]’,
‘]‘ => ‘]’
);

return strtr($content, $array);
}
add_filter(‘the_content’, ‘pb_the_content_shortcode_fix’);[/insert_php]