?iť?

Your IP : 18.227.102.195


Current Path : /home/scgforma/www/wp-content/themes/graphene/includes/
Upload File :
Current File : /home/scgforma/www/wp-content/themes/graphene/includes/theme-compat.php

<?php
if ( ! function_exists( 'the_remaining_content' ) ) :
/**
 * the_remaining_content() added in WP 3.6
 *
 * @package Graphene
 * @since 1.9
 */
function the_remaining_content(){
	the_content();
}
endif;