Changeset 43827 for branches/5.0/src/wp-includes/deprecated.php
- Timestamp:
- 10/26/2018 01:23:29 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/deprecated.php
r41787 r43827 2509 2509 2510 2510 /** 2511 * Is the current admin page generated by a plugin?2511 * Determines whether the current admin page is generated by a plugin. 2512 2512 * 2513 2513 * Use global $plugin_page and/or get_plugin_page_hookname() hooks. 2514 * 2514 * 2515 * For more information on this and similar theme functions, check out 2516 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 2517 * Conditional Tags} article in the Theme Developer Handbook. 2518 * 2515 2519 * @since 1.5.0 2516 2520 * @deprecated 3.1.0 … … 3714 3718 3715 3719 /** 3716 * Whether the current URL is within the comments popup window. 3717 * 3720 * Determines whether the current URL is within the comments popup window. 3721 * 3722 * For more information on this and similar theme functions, check out 3723 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 3724 * Conditional Tags} article in the Theme Developer Handbook. 3725 * 3718 3726 * @since 1.5.0 3719 3727 * @deprecated 4.5.0
Note: See TracChangeset
for help on using the changeset viewer.