Changeset 1966193
- Timestamp:
- 10/31/2018 04:59:55 AM (7 years ago)
- Location:
- bread/trunk
- Files:
-
- 2 edited
-
bmlt-meeting-list.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bread/trunk/bmlt-meeting-list.php
r1964373 r1966193 5 5 Description: Maintains and generates a PDF Meeting List from BMLT. 6 6 Author: odathp, radius314, pjaudiomv, klgrimley 7 Version: 1.7. 37 Version: 1.7.4 8 8 */ 9 9 /* Disallow direct access to the plugin file */ … … 1593 1593 function admin_menu_link() { 1594 1594 global $my_admin_page; 1595 $my_admin_page = add_menu_page( 'Meeting List', 'Meeting List', 'edit_posts', basename(__FILE__), array(&$this, 'admin_options_page'), '', 3);1595 $my_admin_page = add_menu_page( 'Meeting List', 'Meeting List', 'edit_posts', basename(__FILE__), array(&$this, 'admin_options_page'), 'dashicons-admin-page'); 1596 1596 } 1597 1597 -
bread/trunk/readme.txt
r1964373 r1966193 6 6 Requires PHP: 5.6 7 7 Tested up to: 4.9.8 8 Stable tag: 1.7. 38 Stable tag: 1.7.4 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 55 55 == Changelog == 56 57 = 1.7.4 = 58 * Moved "Meeting List" link to the bottom of the admin menu to avoid conflicts with hardcoded positioning. [#40] 59 * Added an actual icon for the "Meeting List" link on the admin page. 56 60 57 61 = 1.7.3 =
Note: See TracChangeset
for help on using the changeset viewer.