3ecdfd27 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 1045124c
...@@ -138,7 +138,7 @@ add_action( 'wp_enqueue_scripts', 'fixUlisting', 100 ); ...@@ -138,7 +138,7 @@ add_action( 'wp_enqueue_scripts', 'fixUlisting', 100 );
138 // return $custom_logo_attr; 138 // return $custom_logo_attr;
139 // } ,10,3); 139 // } ,10,3);
140 140
141 141 add_post_type_support( 'page', 'excerpt' );
142 142
143 143
144 144
......