Changes between Version 1 and Version 2 of Ticket #37699, comment 92
- Timestamp:
- 10/08/2016 06:53:52 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37699, comment 92
v1 v2 3 3 * `$wp_post_types` global can be replaced with `get_post_types()`. 4 4 * `$wp_taxonomies` global can be replaced with `get_taxonomies()`. 5 * `$wp_post_statuses` global can be replaced with `get_post_stat uses()`.5 * `$wp_post_statuses` global can be replaced with `get_post_stati()`. 6 6 * `$wp_roles` global can be replaced with `wp_roles()`. 7 7 * `$pagenow` global can be replaced with `get_current_screen()`.