Changeset 49958
- Timestamp:
- 01/13/2021 02:06:30 PM (4 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r49907 r49958 3291 3291 } 3292 3292 3293 #theme-plugin-editor-selector, 3294 #theme-plugin-editor-label, 3295 #documentation label { 3296 font-weight: 600; 3297 } 3293 3298 3294 3299 #theme-plugin-editor-label { 3295 3300 display: inline-block; 3296 3301 margin-bottom: 1em; 3297 font-weight: 600;3298 3302 } 3299 3303 … … 3391 3395 line-height: 1.8; 3392 3396 vertical-align: baseline; 3393 font-weight: 600;3394 3397 } 3395 3398 -
trunk/src/wp-admin/plugin-editor.php
r49193 r49958 217 217 <div class="alignright"> 218 218 <form action="plugin-editor.php" method="get"> 219 < strong><label for="plugin"><?php _e( 'Select plugin to edit:' ); ?> </label></strong>219 <label for="plugin" id="theme-plugin-editor-selector"><?php _e( 'Select plugin to edit:' ); ?> </label> 220 220 <select name="plugin" id="plugin"> 221 221 <?php -
trunk/src/wp-admin/theme-editor.php
r49193 r49958 223 223 <div class="alignright"> 224 224 <form action="theme-editor.php" method="get"> 225 < strong><label for="theme"><?php _e( 'Select theme to edit:' ); ?> </label></strong>225 <label for="theme" id="theme-plugin-editor-selector"><?php _e( 'Select theme to edit:' ); ?> </label> 226 226 <select name="theme" id="theme"> 227 227 <?php
Note: See TracChangeset
for help on using the changeset viewer.