Changeset 372706
- Timestamp:
- 04/13/2011 10:57:38 PM (15 years ago)
- Location:
- docs-auto-tags/trunk
- Files:
-
- 1 edited
- 2 moved
-
docs-auto-tags.php (modified) (1 diff)
-
lang/docs-auto-tags-en_US.mo (moved) (moved from docs-auto-tags/trunk/lang/en_US.mo)
-
lang/docs-auto-tags-en_US.po (moved) (moved from docs-auto-tags/trunk/lang/en_US.po)
Legend:
- Unmodified
- Added
- Removed
-
docs-auto-tags/trunk/docs-auto-tags.php
r372705 r372706 39 39 40 40 // internationalization 41 if( !load_plugin_textdomain( 'docs _autotags', ABSPATH . WP_CONTENT_DIR . '/languages/') )42 load_plugin_textdomain( 'docs _autotags', dirname(__FILE__));41 if( !load_plugin_textdomain( 'docs-auto-tags', ABSPATH . WP_CONTENT_DIR . '/languages/') ) 42 load_plugin_textdomain( 'docs-auto-tags', FALSE, dirname( plugin_basename( __FILE__ ) ) . '/lang/' ); 43 43 44 44
Note: See TracChangeset
for help on using the changeset viewer.