Changeset 6573 for trunk/src/includes/admin/common.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/common.php
r6498 r6573 67 67 * 68 68 * @param array $menu_order Menu Order 69 * @uses bbp_get_forum_post_type() To get the forum post type70 69 * @return array Modified menu order 71 70 */ … … 125 124 * @param bool $sample Optional, defaults to false. Is it a sample permalink. 126 125 * 127 * @uses is_admin() To make sure we're on an admin page128 * @uses bbp_is_custom_post_type() To get the forum post type129 *130 126 * @return string The custom post type permalink 131 127 */ … … 198 194 * @internal Used internally to redirect bbPress to the about page on activation 199 195 * 200 * @uses get_transient() To see if transient to redirect exists201 * @uses delete_transient() To delete the transient if it exists202 * @uses is_network_admin() To bail if being network activated203 * @uses bbp_redirect() To redirect204 * @uses add_query_arg() To help build the URL to redirect to205 * @uses admin_url() To get the admin URL to index.php206 *207 196 * @return If no transient, or in network admin, or is bulk activation 208 197 */
Note: See TracChangeset
for help on using the changeset viewer.