Changeset 10535
- Timestamp:
- 02/06/2016 12:57:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php
r10474 r10535 188 188 </center> 189 189 </td></tr></table> 190 <?php if ( is_customize_preview() ) wp_footer(); ?>190 <?php if ( function_exists( 'is_customize_preview' ) && is_customize_preview() ) wp_footer(); ?> 191 191 </body> 192 192 </html>
Note: See TracChangeset
for help on using the changeset viewer.