Changeset 47808 for trunk/src/wp-content/themes/twentyeleven/showcase.php
- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/showcase.php
r47122 r47808 34 34 * If we have content for this page, let's display it. 35 35 */ 36 if ( '' != get_the_content() ) {36 if ( '' !== get_the_content() ) { 37 37 get_template_part( 'content', 'intro' ); 38 38 }
Note: See TracChangeset
for help on using the changeset viewer.