Changeset 33226 for trunk/src/wp-includes/functions.php
- Timestamp:
- 07/13/2015 09:34:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r32989 r33226 3422 3422 * remove PHP4 style constructors. 3423 3423 * 3424 * The current behavior is to trigger a user error if WP_DEBUGis true.3424 * The current behavior is to trigger a user error if `WP_DEBUG` is true. 3425 3425 * 3426 3426 * This function is to be used in every PHP4 style constructor method that is deprecated. 3427 3427 * 3428 3428 * @since 4.3.0 3429 *3430 3429 * @access private 3431 3430 * … … 3447 3446 /** 3448 3447 * Filter whether to trigger an error for deprecated functions. 3448 * 3449 * `WP_DEBUG` must be true in addition to the filter evaluating to true. 3449 3450 * 3450 3451 * @since 4.3.0 … … 3944 3945 * @since 4.3.0 3945 3946 * 3946 * @global wpdb $wpdb 3947 * @global wpdb $wpdb WordPress database abstraction object. 3947 3948 * 3948 3949 * @return int The ID of the main network. … … 4964 4965 /** 4965 4966 * Outputs a small JS snippet on preview tabs/windows to remove `window.name` on unload. 4967 * 4966 4968 * This prevents reusing the same tab for a preview when the user has navigated away. 4967 4969 *
Note: See TracChangeset
for help on using the changeset viewer.