Plugin Directory

Changeset 1388309


Ignore:
Timestamp:
04/06/2016 03:39:45 PM (10 years ago)
Author:
mstemberg
Message:

Fehlerbehebung

File:
1 edited

Legend:

Unmodified
Added
Removed
  • associatebox-for-amazon/trunk/associate_box.php

    r1387339 r1388309  
    4141//Textdomain - Sprachfiles
    4242function associatebox_load_textdomain() {
    43   load_plugin_textdomain( 'associatebox-for-amazon', false, plugin_basename( dirname( __FILE__ ) ) . '/languages' );
     43  $wurst=load_plugin_textdomain( 'associatebox-for-amazon', false, plugin_basename( dirname( __FILE__ ) ) . '/languages/' );
     44
     45
     46
    4447}
    4548add_action( 'plugins_loaded', 'associatebox_load_textdomain' );
Note: See TracChangeset for help on using the changeset viewer.