Plugin Directory

Changeset 1427865


Ignore:
Timestamp:
05/31/2016 09:20:33 PM (10 years ago)
Author:
jjchinquist
Message:

Menu improvements

Location:
oewa/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oewa/trunk/oewa.php

    r1427853 r1427865  
    157157     */
    158158    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        ));
    162165    }
    163166   
  • oewa/trunk/readme.txt

    r1401281 r1427865  
    6161== Changelog ==
    6262
     63= 1.4.1 =
     64
     65Release Date: June 2nd, 2016
     66
     67* Features:
     68    * Translations
     69    * Options split into several pages
     70    * Menu item moved to top level
     71
    6372= 1.4.0 =
    6473
Note: See TracChangeset for help on using the changeset viewer.