Changeset 32019
- Timestamp:
- 04/04/2015 09:51:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r32002 r32019 1067 1067 1068 1068 /** 1069 * Get the query var s for the current attachments request1069 * Get the query variables for the current attachments request. 1070 1070 * 1071 1071 * @since 4.2.0 1072 1072 * 1073 * @param array|false $q Array of query variables to use to build the query or false to use $_GET superglobal.1074 * 1073 * @param array|false $q Optional. Array of query variables to use to build the query or false 1074 * to use $_GET superglobal. Default false. 1075 1075 * @return array The parsed query vars. 1076 1076 */
Note: See TracChangeset
for help on using the changeset viewer.