Changeset 5680
- Timestamp:
- 06/11/2007 10:43:27 PM (18 years ago)
- Location:
- branches/2.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-content/themes/default/functions.php
r5407 r5680 378 378 </div> 379 379 <div id="jsForm"> 380 <form style="display:inline;" method="post" name="hicolor" id="hicolor" action="<?php echo $_SERVER['REQUEST_URI']; ?>">380 <form style="display:inline;" method="post" name="hicolor" id="hicolor" action="<?php echo attribute_escape($_SERVER['REQUEST_URI']); ?>"> 381 381 <?php wp_nonce_field('kubrick-header'); ?> 382 382 <input type="button" onclick="tgt=document.getElementById('fontcolor');colorSelect(tgt,'pick1');return false;" name="pick1" id="pick1" value="Font Color"></input> -
branches/2.0/wp-includes/version.php
r5645 r5680 3 3 // This just holds the version number, in a separate file so we can bump it without cluttering the SVN 4 4 5 $wp_version = '2.0.11-RC 2';5 $wp_version = '2.0.11-RC3'; 6 6 $wp_db_version = 3441; 7 7
Note: See TracChangeset
for help on using the changeset viewer.