Plugin Directory

Changeset 2881665


Ignore:
Timestamp:
03/17/2023 02:17:12 AM (3 years ago)
Author:
breakoutplugins
Message:

Replaced

Location:
breakoutada
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • breakoutada/tags/1.0/breakout-ada.php

    r2881661 r2881665  
    4141    ?>
    4242<div style="text-align: left">
    43     <img src="<?php echo plugin_dir_url( __FILE__ ) . 'breakoutada-logo.png'; ?>" />
     43    <img src="<?php echo plugin_dir_url( __FILE__ ) . './breakoutada-logo.png'; ?>" />
    4444        <h3 style="padding-left: 20px;">You have successfully installed</h3>
    4545        <h1 style="padding-left: 20px;"><strong>BreakoutADA Website Accessibility</strong></h1>
  • breakoutada/trunk/breakout-ada.php

    r2881661 r2881665  
    4141    ?>
    4242<div style="text-align: left">
    43     <img src="<?php echo plugin_dir_url( __FILE__ ) . 'breakoutada-logo.png'; ?>" />
     43    <img src="<?php echo plugin_dir_url( __FILE__ ) . './breakoutada-logo.png'; ?>" />
    4444        <h3 style="padding-left: 20px;">You have successfully installed</h3>
    4545        <h1 style="padding-left: 20px;"><strong>BreakoutADA Website Accessibility</strong></h1>
Note: See TracChangeset for help on using the changeset viewer.