Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-inclu...
File: media-template.php
<textarea class="hidden content-setting">{{ content }}</textarea>
[1500] Fix | Delete
</span>
[1501] Fix | Delete
</div>
[1502] Fix | Delete
</div>
[1503] Fix | Delete
</script>
[1504] Fix | Delete
[1505] Fix | Delete
<?php // Template for a Gallery within the editor. ?>
[1506] Fix | Delete
<script type="text/html" id="tmpl-editor-gallery">
[1507] Fix | Delete
<# if ( data.attachments.length ) { #>
[1508] Fix | Delete
<div class="gallery gallery-columns-{{ data.columns }}">
[1509] Fix | Delete
<# _.each( data.attachments, function( attachment, index ) { #>
[1510] Fix | Delete
<dl class="gallery-item">
[1511] Fix | Delete
<dt class="gallery-icon">
[1512] Fix | Delete
<# if ( attachment.thumbnail ) { #>
[1513] Fix | Delete
<img src="{{ attachment.thumbnail.url }}" width="{{ attachment.thumbnail.width }}" height="{{ attachment.thumbnail.height }}" alt="{{ attachment.alt }}" />
[1514] Fix | Delete
<# } else { #>
[1515] Fix | Delete
<img src="{{ attachment.url }}" alt="{{ attachment.alt }}" />
[1516] Fix | Delete
<# } #>
[1517] Fix | Delete
</dt>
[1518] Fix | Delete
<# if ( attachment.caption ) { #>
[1519] Fix | Delete
<dd class="wp-caption-text gallery-caption">
[1520] Fix | Delete
{{{ data.verifyHTML( attachment.caption ) }}}
[1521] Fix | Delete
</dd>
[1522] Fix | Delete
<# } #>
[1523] Fix | Delete
</dl>
[1524] Fix | Delete
<# if ( index % data.columns === data.columns - 1 ) { #>
[1525] Fix | Delete
<br style="clear: both;" />
[1526] Fix | Delete
<# } #>
[1527] Fix | Delete
<# } ); #>
[1528] Fix | Delete
</div>
[1529] Fix | Delete
<# } else { #>
[1530] Fix | Delete
<div class="wpview-error">
[1531] Fix | Delete
<div class="dashicons dashicons-format-gallery"></div><p><?php _e( 'No items found.' ); ?></p>
[1532] Fix | Delete
</div>
[1533] Fix | Delete
<# } #>
[1534] Fix | Delete
</script>
[1535] Fix | Delete
[1536] Fix | Delete
<?php // Template for the Crop area layout, used for example in the Customizer. ?>
[1537] Fix | Delete
<script type="text/html" id="tmpl-crop-content">
[1538] Fix | Delete
<img class="crop-image" src="{{ data.url }}" alt="<?php esc_attr_e( 'Image crop area preview. Requires mouse interaction.' ); ?>" />
[1539] Fix | Delete
<div class="upload-errors"></div>
[1540] Fix | Delete
</script>
[1541] Fix | Delete
[1542] Fix | Delete
<?php // Template for the Site Icon preview, used for example in the Customizer. ?>
[1543] Fix | Delete
<script type="text/html" id="tmpl-site-icon-preview">
[1544] Fix | Delete
<h2><?php _e( 'Preview' ); ?></h2>
[1545] Fix | Delete
<strong aria-hidden="true"><?php _e( 'As a browser icon' ); ?></strong>
[1546] Fix | Delete
<div class="favicon-preview">
[1547] Fix | Delete
<img src="<?php echo esc_url( admin_url( 'images/' . ( is_rtl() ? 'browser-rtl.png' : 'browser.png' ) ) ); ?>" class="browser-preview" width="182" height="" alt="" />
[1548] Fix | Delete
[1549] Fix | Delete
<div class="favicon">
[1550] Fix | Delete
<img id="preview-favicon" src="{{ data.url }}" alt="<?php esc_attr_e( 'Preview as a browser icon' ); ?>" />
[1551] Fix | Delete
</div>
[1552] Fix | Delete
<span class="browser-title" aria-hidden="true"><# print( '<?php echo esc_js( get_bloginfo( 'name' ) ); ?>' ) #></span>
[1553] Fix | Delete
</div>
[1554] Fix | Delete
[1555] Fix | Delete
<strong aria-hidden="true"><?php _e( 'As an app icon' ); ?></strong>
[1556] Fix | Delete
<div class="app-icon-preview">
[1557] Fix | Delete
<img id="preview-app-icon" src="{{ data.url }}" alt="<?php esc_attr_e( 'Preview as an app icon' ); ?>" />
[1558] Fix | Delete
</div>
[1559] Fix | Delete
</script>
[1560] Fix | Delete
[1561] Fix | Delete
<?php
[1562] Fix | Delete
[1563] Fix | Delete
/**
[1564] Fix | Delete
* Fires when the custom Backbone media templates are printed.
[1565] Fix | Delete
*
[1566] Fix | Delete
* @since 3.5.0
[1567] Fix | Delete
*/
[1568] Fix | Delete
do_action( 'print_media_templates' );
[1569] Fix | Delete
}
[1570] Fix | Delete
[1571] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function