Changeset 1843475
- Timestamp:
- 03/20/2018 01:14:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-database-session-handler/trunk/sc-session-handler.php
r1843426 r1843475 8 8 Author URI: http://www.stefanocanziani.com 9 9 License: GPLv2 or later 10 Text Domain: sc-session-handler 11 Domain Path: /languages 10 12 */ 11 13 … … 40 42 41 43 // define textdomain 42 load_plugin_textdomain( 'sc-session-handler' , false, dirname(plugin_basename(__FILE__)). '/languages');44 load_plugin_textdomain( 'sc-session-handler' ); 43 45 44 46 // include plugin files … … 70 72 add_action( 'admin_menu', function () { 71 73 add_options_page( 72 __( 'DB Session Handler settings', 'sc-session-handler' ),73 __( 'DB Session Handler', 'sc-session-handler' ),74 __( 'DB Session Handler settings', 'sc-session-handler' ), 75 __( 'DB Session Handler', 'sc-session-handler' ), 74 76 'manage_options', 75 77 'sc_mysqlsessionadmin',
Note: See TracChangeset
for help on using the changeset viewer.