Changeset 7619 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/class-wordcamp-application.php
- Timestamp:
- 08/17/2018 09:32:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/class-wordcamp-application.php
r7607 r7619 41 41 ); 42 42 43 wp_register_style(44 'wordcamp-application',45 plugins_url( 'css/applications/wordcamp.css', __DIR__ ),46 array( 'wp-community-applications' ),47 148 );49 50 43 if ( isset( $post->post_content ) && has_shortcode( $post->post_content, self::SHORTCODE_SLUG ) ) { 51 44 wp_enqueue_script( 'wordcamp-application' ); 52 wp_enqueue_style( 'wordcamp-application' );53 45 } 54 46 }
Note: See TracChangeset
for help on using the changeset viewer.