Plugin Directory

Changeset 2829627

Timestamp:
12/06/2022 10:24:55 PM (20 months ago)
Author:
renzotejada
Message:

fix:v0.1.0

Location:
multi-link-in-bio
Files:
26 added
3 edited

Legend:

Unmodified
Added
Removed
  • multi-link-in-bio/trunk/README.txt

    r2829624 r2829627  
    8888== Changelog ==
    8989
     90
     91
     92
    9093= 0.0.9 (06/12/2022) =
    9194Fix: validando versión WC 7.1.0
  • multi-link-in-bio/trunk/multi-link-in-bio.php

    r2829624 r2829627  
    1010 * Plugin URI:        https://renzotejada.com/multi-link-in-bio-para-wordpress/
    1111 * Description:       links can be added that redirect the user to a company's external communication channels, which can be other social networks or websites.
    12  * Version:           0.0.9
     12 * Version:           0.
    1313 * Author:            Renzo Tejada
    1414 * Author URI:        https://renzotejada.com/
  • multi-link-in-bio/trunk/template/link-bio-template.php

    r2829624 r2829627  
    9292                ?>
    9393                <a target="_blank"
    94                    href="<?php echo esc_html( ($key == 'email') ? 'mailto:' : ''); ?><?php  echo esc_html(get_option('link_' . $key)); ?>"><i
     94                   href="<?php echo esc_html( ($key == 'email') ? 'mailto:' : ''); ?><?php  echo esc_html(get_option('link_' . $key)); ?>"><i
    9595                            title="<?php echo esc_html( $key ); ?>" class="<?php echo esc_html($icon); ?>"></i></a>
    9696                <?php
Note: See TracChangeset for help on using the changeset viewer.