Changeset 1814892
- Timestamp:
- 02/03/2018 08:56:04 PM (8 years ago)
- Location:
- gr-dashboard-notes
- Files:
-
- 6 edited
-
tags/1.0.1/gr-dashboard-notes.php (modified) (1 diff)
-
tags/1.0.1/inc/gr-admin-menu.php (modified) (1 diff)
-
tags/1.0.1/readme.txt (modified) (1 diff)
-
trunk/gr-dashboard-notes.php (modified) (1 diff)
-
trunk/inc/gr-admin-menu.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gr-dashboard-notes/tags/1.0.1/gr-dashboard-notes.php
r1814371 r1814892 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
r1814371 r1814892 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() -
gr-dashboard-notes/tags/1.0.1/readme.txt
r1814456 r1814892 19 19 2. Activate the plugin on the "Plugin"-Screen on your wordpress installation. 20 20 3. Change the settings you want at the Settings Page (Settings -> GR Dashboard Notes). 21 4. Press on Save .21 4. Press on Save 22 22 23 23 == Frequently Asked Questions == -
gr-dashboard-notes/trunk/gr-dashboard-notes.php
r1814371 r1814892 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/trunk/inc/gr-admin-menu.php
r1814371 r1814892 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() -
gr-dashboard-notes/trunk/readme.txt
r1814456 r1814892 19 19 2. Activate the plugin on the "Plugin"-Screen on your wordpress installation. 20 20 3. Change the settings you want at the Settings Page (Settings -> GR Dashboard Notes). 21 4. Press on Save .21 4. Press on Save 22 22 23 23 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.