Browse
For agents
About
FeedWordPress
/
2010.0905
FeedWordPress
v2010.0905
Switch version
trunk
0.8
0.9
0.91
0.95
0.96
0.97
0.98
0.981
0.99
0.991
0.992
0.993
2008.1030
2008.1101
2008.1105
2008.1214
2009.0612
2009.0613
2009.0618
2009.0707
2009.1111
2009.1112
2010.0127
2010.0528
All 65 releases
Overview
Code
feedwordpress
/
syndication.php
syndication.php
in FeedWordPress 2010.0905, at syndication.php
7 lines
178 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
require_once
(
dirname
(
__FILE__
)
.
'
/feedwordpresssyndicationpage.class.php
'
)
;
3
4
$
syndicationPage
=
new
FeedWordPressSyndicationPage
(
__FILE__
)
;
5
$
syndicationPage
->
display
(
)
;
6
7