Changeset 1666583
- Timestamp:
- 05/29/2017 04:34:01 PM (9 years ago)
- Location:
- sharing-club/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
sharing-club.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sharing-club/trunk/readme.txt
r1666413 r1666583 34 34 35 35 The easiest way is to let Wordpress do the job for you : 36 36 37 1. Log in to your WordPress dashboard 37 38 2. In the dashboard left menu click on Plugins > Add New -
sharing-club/trunk/sharing-club.php
r1666303 r1666583 16 16 __('available', 'sharing-club'); 17 17 __('requested', 'sharing-club'); 18 __('na', 'sharing-club');19 18 20 19 load_plugin_textdomain( … … 75 74 'search_items' => __('Search object', 'sharing-club'), 76 75 'not_found' => __('Object not found', 'sharing-club'), 77 'not_found_in_trash'=> __('Trashed object not found', 'sharing-club') 76 'not_found_in_trash'=> __('Trashed object not found', 'sharing-club'), 77 // this is the menu label : 78 'add_new' => __('Add object', 'sharing-club'), 78 79 ), 79 80 'menu_icon' => 'dashicons-universal-access-alt',
Note: See TracChangeset
for help on using the changeset viewer.