Plugin Directory

Changeset 2880612


Ignore:
Timestamp:
03/15/2023 02:38:23 PM (3 years ago)
Author:
s_i_l_l_e
Message:

add load-plugin-textdomain

Location:
scroll-widget-for-eventprime/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scroll-widget-for-eventprime/trunk/readme.txt

    r2880584 r2880612  
    44Requires at least: 5.8.0
    55Tested up to: 6.1.1
    6 Stable tag: 1.3.8
     6Stable tag: 1.3.9
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • scroll-widget-for-eventprime/trunk/scroll-widget-for-eventprime.php

    r2880584 r2880612  
    44Plugin URI: https://osowsky-webdesign.de/plugins/scroll-widget-for-eventprime/
    55Description: This plugin generates links from posts eventprime with a specific post_type and displays them in a scrolling widget. IMPORTANT! This is clearly NOT an official plugin from EventTime
    6 Version: 1.3.8
     6Version: 1.3.9
    77Requires at least: 5.8.0
    88Requires PHP:      8.0
     
    1212Author URI: https://osowsky-webdesign.de/
    1313*/
     14
     15
     16add_action( 'plugins_loaded', 'sw_so_scroll_widget_for_eventprime_textdomain' );
     17
     18function sw_so_scroll_widget_for_eventprime_textdomain() {
     19  load_plugin_textdomain( 'sw_so_scroll-widget-for-eventprime', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
     20}
    1421
    1522// Register plugin settings page
Note: See TracChangeset for help on using the changeset viewer.