Ticket #32239: 32239.1.patch
File 32239.1.patch, 763 bytes (added by , 8 years ago) |
---|
-
class-wp-posts-list-table.php
1116 1116 <em class="alignleft inline-edit-or"> 1117 1117 <?php 1118 1118 /* translators: Between password field and private checkbox on post quick edit interface */ 1119 echo __( '–OR–' );1119 _e( '–OR–' ); 1120 1120 ?> 1121 1121 </em> 1122 1122 <label class="alignleft inline-edit-private"> 1123 1123 <input type="checkbox" name="keep_private" value="private" /> 1124 <span class="checkbox-title"><?php echo __( 'Private' ); ?></span>1124 <span class="checkbox-title"><?php _e( 'Private' ); ?></span> 1125 1125 </label> 1126 1126 </div> 1127 1127