mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
No need to show the excerpt right here.
git-svn-id: http://svn.automattic.com/wordpress/trunk@92 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
27d747b9b0
commit
0041c3e77e
@ -251,14 +251,6 @@ if ($i == "ASC")
|
|||||||
<?php
|
<?php
|
||||||
if ($safe_mode)
|
if ($safe_mode)
|
||||||
echo "<xmp>";
|
echo "<xmp>";
|
||||||
the_excerpt();
|
|
||||||
echo '<br />';
|
|
||||||
if ($safe_mode)
|
|
||||||
echo "</xmp>";
|
|
||||||
?>
|
|
||||||
<?php
|
|
||||||
if ($safe_mode)
|
|
||||||
echo "<xmp>";
|
|
||||||
the_content();
|
the_content();
|
||||||
if ($safe_mode)
|
if ($safe_mode)
|
||||||
echo "</xmp>";
|
echo "</xmp>";
|
||||||
|
Loading…
Reference in New Issue
Block a user