Plugin Directory

Changeset 1967520


Ignore:
Timestamp:
11/02/2018 02:27:35 AM (7 years ago)
Author:
designboldit
Message:

Change icon name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • designit/trunk/designit.php

    r1967509 r1967520  
    4141            global $post;
    4242            $output = '';
    43             $icon = plugin_dir_url(__FILE__) . '/assets/images/logo_b.svg';
     43            $icon = plugin_dir_url(__FILE__) . '/assets/images/icon.svg';
    4444
    4545            $img = '<span class="wp-media-buttons-icon" style="background-image: url(' . $icon . '); width: 16px; height: 16px; margin-top: 1px;"></span>';
Note: See TracChangeset for help on using the changeset viewer.