Plugin Directory

Changeset 2436082


Ignore:
Timestamp:
12/10/2020 01:40:07 AM (5 years ago)
Author:
wpmaintainer
Message:

Fixes a bug with CSS de-register option

Location:
social-influencer-links
Files:
3 edited
11 copied

Legend:

Unmodified
Added
Removed
  • social-influencer-links/tags/0.2.1/README.txt

    r2436081 r2436082  
    5858== Changelog ==
    5959
     60= 0.2.1 =
     61* Fixes a CSS de-register bug.
     62
    6063= 0.2 =
    6164* Administrative clean up.
  • social-influencer-links/tags/0.2.1/lib/init.php

    r2435584 r2436082  
    3535        \add_filter( 'template_include', [ $this, 'template_include' ], 10 );
    3636        \add_filter( 'admin_notices', [ $this, 'admin_notices' ], 999 );
    37         \add_filter( 'wp_enqueue_scripts', [ $this, 'wp_enqueue_scripts' ], 10 );
     37        \add_filter( 'wp_enqueue_scripts', [ $this, 'wp_enqueue_scripts' ], 9999 );
    3838    }
    3939
  • social-influencer-links/trunk/README.txt

    r2436081 r2436082  
    5858== Changelog ==
    5959
     60= 0.2.1 =
     61* Fixes a CSS de-register bug.
     62
    6063= 0.2 =
    6164* Administrative clean up.
  • social-influencer-links/trunk/lib/init.php

    r2435584 r2436082  
    3535        \add_filter( 'template_include', [ $this, 'template_include' ], 10 );
    3636        \add_filter( 'admin_notices', [ $this, 'admin_notices' ], 999 );
    37         \add_filter( 'wp_enqueue_scripts', [ $this, 'wp_enqueue_scripts' ], 10 );
     37        \add_filter( 'wp_enqueue_scripts', [ $this, 'wp_enqueue_scripts' ], 9999 );
    3838    }
    3939
Note: See TracChangeset for help on using the changeset viewer.