[wp-cvs] wordpress/wp-includes template-functions-links.php, 1.25, 1.26

Ryan Boren rboren at users.sourceforge.net
Fri Aug 13 15:00:49 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11987/wp-includes

Modified Files:
	template-functions-links.php 
Log Message:
Add lost return to get_permalink().

Index: template-functions-links.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-links.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** template-functions-links.php	11 Aug 2004 01:55:34 -0000	1.25
--- template-functions-links.php	13 Aug 2004 15:00:45 -0000	1.26
***************
*** 80,83 ****
--- 80,84 ----
              $permalink .=  $querystring_separator . "static=1";
          }
+ 	return $permalink;
      }
  }




More information about the cvs mailing list