Changeset 6435 for trunk/src/includes/admin/settings.php
- Timestamp:
- 05/27/2017 02:26:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/settings.php
r6420 r6435 1002 1002 </select> 1003 1003 1004 <?php 1004 <?php 1005 1006 // Look for theme support 1007 $forum_archive = basename( bbp_get_forum_archive_template() ); 1008 1009 // This setting doesn't work if the theme has an archive-forum.php template. 1010 if ( ! empty( $forum_archive ) ) : ?> 1011 1012 <p class="description"><?php printf( esc_html__( 'This setting will be ignored because %s was found in your theme.', 'bbpress' ), '<code>' . $forum_archive . '</code>' ); ?></p> 1013 1014 <?php endif; 1005 1015 } 1006 1016
Note: See TracChangeset
for help on using the changeset viewer.