HEX
Server: Apache/2.4.59 (Debian)
System: Linux emory.shared.1984.is 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64
User: u11574 (1020)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,popen,show_source,shell,symlink,proc_open,pcntl_exec,pcntl_fork,pcntl_wait,pcntl_alarm,pcntl_signal,pcntl_signal_dispatch,pcntl_getpriority,proc_get_status,expect_popen,dl,putenv,mail
Upload Files
File: /var/www/virtual/mariaellingsen.com/htdocs/wp-content/themes/x_old/bbpress/loop-search-topic.php
<?php

/**
 * Search Loop - Single Topic
 *
 * @package bbPress
 * @subpackage Theme
 */

?>

<div id="post-<?php bbp_topic_id(); ?>" <?php bbp_topic_class(); ?>>

	<div class="bbp-topic-header x-bbp-item-info-header">

		<?php do_action( 'bbp_theme_before_topic_title' ); ?>

		<h3 class="x-context-title">
			<?php _e( 'Topic: ', 'bbpress' ); ?>
			<a href="<?php bbp_topic_permalink(); ?>"><?php bbp_topic_title(); ?></a>
		</h3>

		<?php do_action( 'bbp_theme_after_topic_title' ); ?>

		<div class="bbp-meta">

			<span class="x-item-info-date"><?php bbp_topic_post_date( bbp_get_topic_id() ); ?></span>

			<a href="<?php bbp_topic_permalink(); ?>" class="x-item-info-permalink">#<?php bbp_topic_id(); ?></a>

		</div><!-- .bbp-meta -->

	</div><!-- .bbp-topic-header -->

	<div class="x-bbp-item-info-content">

		<div class="bbp-topic-author x-bbp-item-info-author">

			<?php do_action( 'bbp_theme_before_topic_author_details' ); ?>

			<?php bbp_topic_author_link( array( 'sep' => '', 'show_role' => true ) ); ?>

			<?php if ( bbp_is_user_keymaster() ) : ?>

				<?php do_action( 'bbp_theme_before_topic_author_admin_details' ); ?>

				<div class="bbp-reply-ip"><?php bbp_author_ip( bbp_get_topic_id() ); ?></div>

				<?php do_action( 'bbp_theme_after_topic_author_admin_details' ); ?>

			<?php endif; ?>

			<?php do_action( 'bbp_theme_after_topic_author_details' ); ?>

		</div><!-- .bbp-topic-author.x-bbp-item-info-author -->

		<div class="bbp-topic-content x-bbp-item-info-the-content">

			<?php do_action( 'bbp_theme_before_topic_content' ); ?>

			<?php bbp_topic_content(); ?>

			<?php do_action( 'bbp_theme_after_topic_content' ); ?>

		</div><!-- .bbp-topic-content.x-bbp-item-info-the-content -->

	</div><!-- .x-bbp-item-info-content -->

</div><!-- .topic -->