CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Fri, 10 Oct 2025 02:36:59 GMT
content-type: text/html;charset=utf-8
vary: Accept-Encoding
etag: W/"anonymous/Sun, 07 Aug 2011 17:20:52 GMT/False"
cache-control: must-revalidate
expires: Fri, 01 Jan 1999 00:00:00 GMT
alt-svc: h3=":443"; ma=86400
strict-transport-security: max-age=31536000
x-frame-options: SAMEORIGIN
content-encoding: gzip
17144.quickpress.patch on Ticket #17144 – Attachment
– WordPress Trac
Ticket #17144: 17144.quickpress.patch
File 17144.quickpress.patch, 1.1 KB (added by SergeyBiryukov, 14 years ago) |
---|
-
wp-admin/css/dashboard.dev.css
280 280 clear: both; 281 281 font-weight: normal; 282 282 text-align: right; 283 padding-top: 5px;283 padding-top: 4px; 284 284 font-size: 12px; 285 285 } 286 286 … … 302 302 } 303 303 304 304 #dashboard_quick_press #media-buttons a { 305 padding: 0 0 5px 10px; 305 306 vertical-align: bottom; 306 307 } 307 308 309 #dashboard_quick_press #media-buttons img { 310 vertical-align: middle; 311 } 312 308 313 #dashboard-widgets #dashboard_quick_press form p.submit { 309 314 margin-left: 4.6em; 310 315 } -
wp-admin/includes/dashboard.php
532 532 533 533 <?php if ( current_user_can( 'upload_files' ) ) : ?> 534 534 <div id="media-buttons" class="hide-if-no-js"> 535 <?php do_action( 'media_buttons' ); ?>535 <?php do_action( 'media_buttons', 'content' ); ?> 536 536 </div> 537 537 <?php endif; ?> 538 538