[wp-cvs] wordpress/wp-admin link-manager.php,1.27,1.28

Matthew Mullenweg saxmatt at users.sourceforge.net
Fri Jun 11 17:53:55 CDT 2004


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

Modified Files:
	link-manager.php 
Log Message:
Quick fix for quotes and (int).

Index: link-manager.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/link-manager.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** link-manager.php	11 Jun 2004 20:33:08 -0000	1.27
--- link-manager.php	11 Jun 2004 22:53:52 -0000	1.28
***************
*** 1,788 ****
! <?php
! // Links
! // Copyright (C) 2002, 2003 Mike Little -- mike at zed1.com
! 
! require_once('../wp-config.php');
! 
! $title = __('Manage Links');
! $this_file = 'link-manager.php';
! 
! function xfn_check($class, $value = '', $type = 'check') {
[...1547 lines suppressed...]
!         </td>
!     </tr>
! </table>
! 
! <?php
!   } // end if !popup
! ?>
! </div>
! </form>
! 
! 
! <?php
!     break;
!   } // end default
! } // end case
! ?>
! 
! 
! 
! <?php include('admin-footer.php'); ?>




More information about the cvs mailing list