[wp-cvs] wordpress/wp-admin post.php,1.93,1.94

Ryan Boren rboren at users.sourceforge.net
Tue Oct 12 17:54:59 UTC 2004


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

Modified Files:
	post.php 
Log Message:
Use == instead of =

Index: post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/post.php,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** post.php	12 Oct 2004 15:52:29 -0000	1.93
--- post.php	12 Oct 2004 17:54:54 -0000	1.94
***************
*** 196,200 ****
  	} // end if publish
  
! 	if ($post_status = 'static') {
  		generate_page_rewrite_rules();
  
--- 196,200 ----
  	} // end if publish
  
! 	if ($post_status == 'static') {
  		generate_page_rewrite_rules();
  
***************
*** 479,483 ****
  	} // end if publish
  
! 	if ($post_status = 'static') {
  		generate_page_rewrite_rules();
  
--- 479,483 ----
  	} // end if publish
  
! 	if ($post_status == 'static') {
  		generate_page_rewrite_rules();
  




More information about the cvs mailing list