PluginProbe
Friends / 2.8.6
Friends v2.8.6
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
friends / templates / email / footer.php

footer.php in Friends 2.8.6, at templates/email/footer.php

20 lines 447 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * This template contains the HTML footer for HTML e-mails.
4 *
5 * @version 1.0
6 * @package Friends
7 */
8
9 ?>
10 </div>
11 <div class="footer">
12 <?php
13 // translators: %s is a site name.
14 echo wp_kses( sprintf( __( 'This notification was sent by the Friends plugin on %s.', 'friends' ), '<a href="' . esc_attr( home_url() ) . '">' . get_option( 'blogname' ) . '</a>' ), array( 'a' => array( 'href' => array() ) ) );
15 ?>
16 </div>
17
18 </body>
19 </html>
20