[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * No Replies Feedback Part 5 * 6 * @package bbPress 7 * @subpackage Theme 8 */ 9 10 // Exit if accessed directly 11 defined( 'ABSPATH' ) || exit; 12 13 ?> 14 15 <div class="bbp-template-notice"> 16 <ul> 17 <li><?php esc_html_e( 'Oh, bother! No replies were found here.', 'bbpress' ); ?></li> 18 </ul> 19 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Sep 17 01:00:50 2024 | Cross-referenced by PHPXref 0.7.1 |