Browse
For agents
About
Friends
/
2.8.5
Friends
v2.8.5
Switch version
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
Overview
Code
friends
/
templates
/
admin
/
plugin-installer-header.php
plugin-installer-header.php
in Friends 2.8.5, at templates/admin/plugin-installer-header.php
15 lines
437 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/**
3
* This template contains info the header for the plugin installer page.
4
*
5
*
@version
1.0
6
*
@package
Friends
7
*/
8
9
?
>
10
<
div
class
=
"
wrap
"
>
11
<
h1
>
<
?
php
esc_html_e
(
'
Friends Plugins
'
,
'
friends
'
)
;
?
>
<
/
h1
>
12
<
p
>
<
?
php
esc_html_e
(
'
Here you can find plugins that extend the functionality of the Friends plugin.
'
,
'
friends
'
)
;
?
>
<
/
p
>
13
<
div
class
=
"
friends-plugin-installer wp-list-table widefat plugin-install
"
>
14
<
div
id
=
"
the-list
"
>
15