replace all mt- to sad-
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
/**
|
||||
* MT: Author Info
|
||||
*
|
||||
@@ -80,7 +80,7 @@ class sophia_after_dark_Author_Info extends WP_widget {
|
||||
|
||||
echo $before_widget;
|
||||
?>
|
||||
<div class="mt-author-info-wrapper">
|
||||
<div class="sad-author-info-wrapper">
|
||||
<?php
|
||||
if ( ! empty( $sophia_after_dark_widget_title ) ) {
|
||||
echo $before_title . esc_html( $sophia_after_dark_widget_title ) . $after_title;
|
||||
@@ -123,7 +123,7 @@ class sophia_after_dark_Author_Info extends WP_widget {
|
||||
* @param array $new_instance Values just sent to be saved.
|
||||
* @param array $old_instance Previously saved values from database.
|
||||
*
|
||||
* @uses sophia_after_dark_widgets_updated_field_value() defined in mt-widget-fields.php
|
||||
* @uses sophia_after_dark_widgets_updated_field_value() defined in sad-widget-fields.php
|
||||
*
|
||||
* @return array Updated safe values to be saved.
|
||||
*/
|
||||
@@ -151,7 +151,7 @@ class sophia_after_dark_Author_Info extends WP_widget {
|
||||
*
|
||||
* @param array $instance Previously saved values from database.
|
||||
*
|
||||
* @uses sophia_after_dark_widgets_show_widget_field() defined in mt-widget-fields.php
|
||||
* @uses sophia_after_dark_widgets_show_widget_field() defined in sad-widget-fields.php
|
||||
*/
|
||||
public function form( $instance ) {
|
||||
$widget_fields = $this->widget_fields();
|
||||
|
||||
Reference in New Issue
Block a user