Changeset 19668
- Timestamp:
- 01/03/2012 08:44:01 PM (13 years ago)
- Location:
- branches/3.3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3
-
branches/3.3/wp-admin/about.php
r19541 r19668 34 34 </h2> 35 35 36 <div class="changelog point-releases"> 37 <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 1 ); ?></h3> 38 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bug.', 39 '<strong>Version %1$s</strong> addressed a security issue and fixed %2$s bugs.', 13 ), '3.3.1', number_format_i18n( 13 ) ); ?> 40 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.3.1' ); ?> 41 </p> 42 </div> 43 36 44 <div class="changelog"> 37 45 <h3><?php _e( 'Easier Uploading' ); ?></h3> -
branches/3.3/wp-admin/press-this.php
r19424 r19668 315 315 do_action('admin_head'); 316 316 ?> 317 <style type="text/css"> 318 #message { 319 margin: 10px 0; 320 } 321 #title, 322 .press-this #wphead { 323 margin-left: 0; 324 margin-right: 0; 325 } 326 .rtl.press-this #header-logo, 327 .rtl.press-this #wphead h1 { 328 float: right; 329 } 330 </style> 317 331 <script type="text/javascript"> 318 332 var wpActiveEditor = 'content'; … … 445 459 </script> 446 460 </head> 447 <body class="press-this wp-admin ">461 <body class="press-this wp-admin<?php if ( is_rtl() ) echo ' rtl'; ?>"> 448 462 <form action="press-this.php?action=post" method="post"> 449 463 <div id="poststuff" class="metabox-holder"> -
branches/3.3/wp-includes/capabilities.php
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.