Changeset 31355
- Timestamp:
- 02/06/2015 08:50:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r31338 r31355 943 943 * 944 944 * @since 2.1.0 945 * @since 4.2.0 The `$value_field` argument was added. 945 946 * 946 947 * @param array|string $args { … … 963 964 * @type string $option_none_value Optional. Value to use when no page is selected. 964 965 * Default is an empty string. 966 * @type string $value_field Post field used to populate the 'value' attribute of the option 967 * elements. Accepts any valid post field. Default 'ID'. 965 968 * } 966 969 * @return string HTML content, if not displaying.
Note: See TracChangeset
for help on using the changeset viewer.