Changeset 2384354
- Timestamp:
- 09/18/2020 10:21:32 AM (6 years ago)
- Location:
- wp-admin-help-videos/trunk
- Files:
-
- 3 edited
-
includes/screen-help-class.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wp-admin-help-videos.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-admin-help-videos/trunk/includes/screen-help-class.php
r2383603 r2384354 58 58 if ( !empty($videos) && $screen = get_current_screen()) { 59 59 60 // force help tab to show 61 echo '<style>#contextual-help-link-wrap{display:block!important;}</style>'; 62 60 63 $help_tabs = $screen->get_help_tabs(); 61 64 $screen->remove_help_tabs(); -
wp-admin-help-videos/trunk/readme.txt
r2383713 r2384354 55 55 == Changelog == 56 56 57 = 1.0.1 = 58 * Show help tab when hidden 59 57 60 = 1.0.0 = 58 61 * First version released -
wp-admin-help-videos/trunk/wp-admin-help-videos.php
r2383603 r2384354 7 7 * Author URI: raiserweb.com 8 8 * 9 * Version: 1.0. 09 * Version: 1.0.1 10 10 * 11 11 * Text Domain: help-videos, admin-video, training-video
Note: See TracChangeset
for help on using the changeset viewer.