Strange I dont see it in there...do you know about where it might be or what its after?
Interestingly, it appears it is still coded as Theater in the xml. As you can see in the following, the happiness amounts for Theater (Zoo) and Stadium are their BNW +2 happiness, but Theater is still ... Theater.
<Row>
<Type>BUILDING_THEATRE</Type>
<BuildingClass>BUILDINGCLASS_THEATRE</BuildingClass>
<FreeStartEra>ERA_FUTURE</FreeStartEra>
<Cost>200</Cost>
<GoldMaintenance>2</GoldMaintenance>
<PrereqTech>TECH_PRINTING_PRESS</PrereqTech>
<Help>TXT_KEY_BUILDING_THEATRE_HELP</Help>
<Description>TXT_KEY_BUILDING_THEATRE</Description>
<Civilopedia>TXT_KEY_BUILDING_THEATRE_PEDIA</Civilopedia>
<Strategy>TXT_KEY_BUILDING_THEATRE_STRATEGY</Strategy>
<ArtDefineTag>THEATRE</ArtDefineTag>
<MinAreaSize>-1</MinAreaSize>
<ConquestProb>66</ConquestProb>
<Happiness>2</Happiness>
<HurryCostModifier>10</HurryCostModifier>
<IconAtlas>EXPANSION2_BUILDING_ATLAS2</IconAtlas>
<PortraitIndex>0</PortraitIndex>
</Row>
<Row>
<Type>BUILDING_STADIUM</Type>
<BuildingClass>BUILDINGCLASS_STADIUM</BuildingClass>
<Cost>500</Cost>
<GoldMaintenance>2</GoldMaintenance>
<PrereqTech>TECH_REFRIGERATION</PrereqTech>
<Help>TXT_KEY_BUILDING_STADIUM_HELP</Help>
<Description>TXT_KEY_BUILDING_STADIUM_DESC</Description>
<Civilopedia>TXT_KEY_CIV5_BUILDINGS_STADIUM_TEXT</Civilopedia>
<Strategy>TXT_KEY_BUILDING_STADIUM_STRATEGY</Strategy>
<ArtDefineTag>STADIUM</ArtDefineTag>
<MinAreaSize>-1</MinAreaSize>
<ConquestProb>66</ConquestProb>
<Happiness>2</Happiness>
<HurryCostModifier>0</HurryCostModifier>
<DisplayPosition>2</DisplayPosition>
<ArtInfoRandomVariation>true</ArtInfoRandomVariation>
<IconAtlas>BW_ATLAS_1</IconAtlas>
<PortraitIndex>25</PortraitIndex>
</Row>