Christopher
_CONFIG_PERIPHERAL(B, 3, (PB_3_I2C0_SDA | PORT_ODE | PORT_PS_UP_ENABLE)); // I2C0_SDA on PB3 (alt. function 2)
_CONFIG_PERIPHERAL(B, 2, (PB_2_I2C0_SCL | PORT_ODE | PORT_PS_UP_ENABLE)); // I2C0_SCL on PB2 (alt. function 2)
That is set
PORTB_PCR3 = (0x00000223);
PORTB_PCR2 = (0x00000223);
Regards
Mark
P.S: See the table in the user's manual in the section "Signal Multiplexing and Pin Assignments"