Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit f919da9

Browse files
author
Siddharth Tikekar
committed
Fix for projects/52?modal=Task-183698-52
1 parent 2d4c1c2 commit f919da9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin/partials/rt-transcoder-admin-display.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
?>
212212
<input type="number" name="number_of_thumbs" value="<?php echo esc_attr( $number_of_thumbnails ); ?>" min="1" max="10" />
213213
<span class="rtm-tooltip">
214-
<i class="dashicons dashicons-info rtmicon"></i>
214+
<i class="dashicons dashicons-info"></i>
215215
<span class="rtm-tip">
216216
<?php
217217
esc_html_e( 'This field specifies the number of video thumbnails that will be generated by the Transcoder. To choose from the generated thumbnails for a video, go to ​Media > Edit > Video Thumbnails. Thumbnails are only generated when the video is first uploaded. Maximum value is 10.', 'transcoder' );
@@ -230,7 +230,7 @@
230230
?>
231231
<input type="checkbox" name="rtt_override_thumbnail" value="1" <?php checked( $rtt_override_thumbnail, 1 ); ?> />
232232
<span class="rtm-tooltip">
233-
<i class="dashicons dashicons-info rtmicon" style="padding-top:3px"></i>
233+
<i class="dashicons dashicons-info" style="padding-top:3px"></i>
234234
<span class="rtm-tip">
235235
<?php
236236
esc_html_e( 'If enabled, Transcoder will replace existing media thumbnails with regenerated ones after retranscoding. If disabled, media thumbnails will remain untouched.', 'transcoder' );
@@ -249,7 +249,7 @@
249249
?>
250250
<input type="checkbox" name="rtt_client_check_status_button" value="1" <?php checked( $rtt_check_status_btn, 1 ); ?> />
251251
<span class="rtm-tooltip">
252-
<i class="dashicons dashicons-info rtmicon" style="padding-top:3px"></i>
252+
<i class="dashicons dashicons-info" style="padding-top:3px"></i>
253253
<span class="rtm-tip">
254254
<?php
255255
esc_html_e( 'If enabled, It will display check status button to know status of transcoding process at client side if that user have administrator rights.', 'transcoder' );

0 commit comments

Comments
 (0)