Changeset 1409133
- Timestamp:
- 05/02/2016 06:51:27 PM (10 years ago)
- Location:
- debug-log
- Files:
-
- 2 edited
-
tags/0.3/debug-log.php (modified) (2 diffs)
-
trunk/debug-log.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debug-log/tags/0.3/debug-log.php
r1409130 r1409133 23 23 */ 24 24 25 function i86j_debug_log() {25 function readycat_debug_log() { 26 26 27 27 $toobig = apply_filters( 'debug_log_too_big', 5 );// how many MB throws a warning? … … 113 113 echo '</div>'; 114 114 } 115 add_action( 'admin_menu', function() { add_submenu_page( 'tools.php', 'Debug Log', 'Debug Log', 'manage_options', 'debug_log', ' i86j_debug_log' ); } );115 add_action( 'admin_menu', function() { add_submenu_page( 'tools.php', 'Debug Log', 'Debug Log', 'manage_options', 'debug_log', 'readycat_debug_log' ); } ); -
debug-log/trunk/debug-log.php
r1409130 r1409133 23 23 */ 24 24 25 function i86j_debug_log() {25 function readycat_debug_log() { 26 26 27 27 $toobig = apply_filters( 'debug_log_too_big', 5 );// how many MB throws a warning? … … 113 113 echo '</div>'; 114 114 } 115 add_action( 'admin_menu', function() { add_submenu_page( 'tools.php', 'Debug Log', 'Debug Log', 'manage_options', 'debug_log', ' i86j_debug_log' ); } );115 add_action( 'admin_menu', function() { add_submenu_page( 'tools.php', 'Debug Log', 'Debug Log', 'manage_options', 'debug_log', 'readycat_debug_log' ); } );
Note: See TracChangeset
for help on using the changeset viewer.