Changeset 9520
- Timestamp:
- 11/05/2008 01:44:10 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r9517 r9520 2021 2021 <p id="replysubmit"> 2022 2022 <a href="#comments-form" class="cancel button" tabindex="106"><?php _e('Cancel'); ?></a> 2023 <a href="#comments-form" class="save button" tabindex="10 5">2023 <a href="#comments-form" class="save button" tabindex="104"> 2024 2024 <span id="savebtn" style="display:none;"><?php _e('Save'); ?></span> 2025 2025 <span id="replybtn" style="display:none;"><?php _e('Submit Reply'); ?></span></a> -
trunk/wp-admin/js/post.js
r9518 r9520 75 75 tagCloud = { 76 76 init : function() { 77 $('#tagcloud-link').click(function(){tagCloud.get(); return false;});77 $('#tagcloud-link').click(function(){tagCloud.get(); $(this).unbind().click(function(){return false;}); return false;}); 78 78 }, 79 79 -
trunk/wp-admin/wp-admin.css
r9518 r9520 2271 2271 #replysubmit { 2272 2272 margin: 0; 2273 padding: 5px;2273 padding: 7px; 2274 2274 border-top-width: 1px; 2275 2275 border-top-style: solid;
Note: See TracChangeset
for help on using the changeset viewer.