USE OF UNDEFINED CONSTANT GET_CONTENT
-
Hello!
I can not figure out what the error is for:NOTICE: USE OF UNDEFINED CONSTANT GET_CONTENT – ASSUMED ‘GET_CONTENT’ IN /VAR/WWW/ZAMEKA5/DATA/WWW/TATJANA-PHOTO.KIEV.UA/WP-CONTENT/THEMES/KAMERA/FRAMEWORK/MODULES/BLOG/TEMPLATES/PARTS/POST-INFO/DATE.PHP ON LINE 6
The code itself:
<?php $month = get_the_time('m'); $year = get_the_time('Y'); ?> <div itemprop="dateCreated" class="edgtf-post-info-date entry-date published updated"> <?php if(get_content){ ?> <a>"> <?php } else { ?> <a>"> <?php } ?> <?php the_time(get_option('date_format')); ?> </a> <meta itemprop="interactionCount" content="UserComments: <?php echo get_comments_number(kamera_edge_get_page_id()); ?>"/> </div>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘USE OF UNDEFINED CONSTANT GET_CONTENT’ is closed to new replies.