Changeset 1427865
- Timestamp:
- 05/31/2016 09:20:33 PM (10 years ago)
- Location:
- oewa/trunk
- Files:
-
- 2 edited
-
oewa.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
oewa/trunk/oewa.php
r1427853 r1427865 157 157 */ 158 158 public function options_page() { 159 add_options_page ( 160 __( 'ÖWA Settings', 'oewa' ), __( 'ÖWA', 'oewa' ), 'manage_options', 'oewa-options', array( $this, 'options_page_output' ) 161 ); 159 160 // Add main page. 161 $admin_page = add_menu_page( 'ÖWA: ' . __( 'General Settings' ), __( 'ÖWA', 'oewa' ), 'manage_options', 'oewa-options', array( 162 $this, 163 'options_page_output', 164 )); 162 165 } 163 166 -
oewa/trunk/readme.txt
r1401281 r1427865 61 61 == Changelog == 62 62 63 = 1.4.1 = 64 65 Release Date: June 2nd, 2016 66 67 * Features: 68 * Translations 69 * Options split into several pages 70 * Menu item moved to top level 71 63 72 = 1.4.0 = 64 73
Note: See TracChangeset
for help on using the changeset viewer.