Changeset 2436082
- Timestamp:
- 12/10/2020 01:40:07 AM (5 years ago)
- Location:
- social-influencer-links
- Files:
-
- 3 edited
- 11 copied
-
tags/0.2.1 (copied) (copied from social-influencer-links/trunk)
-
tags/0.2.1/README.txt (copied) (copied from social-influencer-links/trunk/README.txt) (1 diff)
-
tags/0.2.1/acf-json (copied) (copied from social-influencer-links/trunk/acf-json)
-
tags/0.2.1/assets (copied) (copied from social-influencer-links/trunk/assets)
-
tags/0.2.1/index.php (copied) (copied from social-influencer-links/trunk/index.php)
-
tags/0.2.1/lib (copied) (copied from social-influencer-links/trunk/lib)
-
tags/0.2.1/lib/init.php (modified) (1 diff)
-
tags/0.2.1/screenshot-1.png (copied) (copied from social-influencer-links/trunk/screenshot-1.png)
-
tags/0.2.1/screenshot-2.png (copied) (copied from social-influencer-links/trunk/screenshot-2.png)
-
tags/0.2.1/screenshot-3.png (copied) (copied from social-influencer-links/trunk/screenshot-3.png)
-
tags/0.2.1/screenshot-4.png (copied) (copied from social-influencer-links/trunk/screenshot-4.png)
-
tags/0.2.1/template-landing-links.php (copied) (copied from social-influencer-links/trunk/template-landing-links.php)
-
trunk/README.txt (modified) (1 diff)
-
trunk/lib/init.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
social-influencer-links/tags/0.2.1/README.txt
r2436081 r2436082 58 58 == Changelog == 59 59 60 = 0.2.1 = 61 * Fixes a CSS de-register bug. 62 60 63 = 0.2 = 61 64 * Administrative clean up. -
social-influencer-links/tags/0.2.1/lib/init.php
r2435584 r2436082 35 35 \add_filter( 'template_include', [ $this, 'template_include' ], 10 ); 36 36 \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 ); 38 38 } 39 39 -
social-influencer-links/trunk/README.txt
r2436081 r2436082 58 58 == Changelog == 59 59 60 = 0.2.1 = 61 * Fixes a CSS de-register bug. 62 60 63 = 0.2 = 61 64 * Administrative clean up. -
social-influencer-links/trunk/lib/init.php
r2435584 r2436082 35 35 \add_filter( 'template_include', [ $this, 'template_include' ], 10 ); 36 36 \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 ); 38 38 } 39 39
Note: See TracChangeset
for help on using the changeset viewer.