Changeset 1814370
- Timestamp:
- 02/02/2018 06:55:20 PM (8 years ago)
- Location:
- gr-dashboard-notes/tags/1.0.1
- Files:
-
- 2 edited
-
gr-dashboard-notes.php (modified) (1 diff)
-
inc/gr-admin-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gr-dashboard-notes/tags/1.0.1/gr-dashboard-notes.php
r1810277 r1814370 11 11 */ 12 12 13 /* Datenbankeintrag hinzufügen bei Pluginaktivierung */13 /* Datenbankeintrag hinzufügen bei Pluginaktivierung- */ 14 14 register_activation_hook(__FILE__,'gr_dashboard_notes_activate'); 15 15 function gr_dashboard_notes_activate() { -
gr-dashboard-notes/tags/1.0.1/inc/gr-admin-menu.php
r1810277 r1814370 1 1 <?php 2 2 defined( 'ABSPATH' ) or die(); 3 /* Admin-Menü */3 /* Admin-Menü- */ 4 4 add_action( 'admin_menu', 'gr_dashboard_notes_admin_ansicht_einstellungen'); 5 5 function gr_dashboard_notes_admin_ansicht_einstellungen()
Note: See TracChangeset
for help on using the changeset viewer.