Plugin Directory

Changeset 1409133


Ignore:
Timestamp:
05/02/2016 06:51:27 PM (10 years ago)
Author:
andrewklimek
Message:

new brand in function name

Location:
debug-log
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debug-log/tags/0.3/debug-log.php

    r1409130 r1409133  
    2323*/
    2424
    25 function i86j_debug_log() {
     25function readycat_debug_log() {
    2626   
    2727    $toobig = apply_filters( 'debug_log_too_big', 5 );// how many MB throws a warning?
     
    113113    echo '</div>';
    114114}
    115 add_action( 'admin_menu', function() { add_submenu_page( 'tools.php', 'Debug Log', 'Debug Log', 'manage_options', 'debug_log', 'i86j_debug_log' ); } );
     115add_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  
    2323*/
    2424
    25 function i86j_debug_log() {
     25function readycat_debug_log() {
    2626   
    2727    $toobig = apply_filters( 'debug_log_too_big', 5 );// how many MB throws a warning?
     
    113113    echo '</div>';
    114114}
    115 add_action( 'admin_menu', function() { add_submenu_page( 'tools.php', 'Debug Log', 'Debug Log', 'manage_options', 'debug_log', 'i86j_debug_log' ); } );
     115add_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.