Changeset 13890 for trunk/src/bp-core/admin/bp-core-admin-types.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-types.php
r13883 r13890 144 144 * @see keys of the array returned by bp_get_type_metadata_schema() for the other arguments. 145 145 * } 146 * @return bool ean|WP_Error True on success. A WP_Error object otherwise.146 * @return bool|WP_Error True on success. A WP_Error object otherwise. 147 147 */ 148 148 function bp_core_admin_update_type( $args = array() ) { … … 215 215 * @type integer $type_term_id The Type's term ID. Required. 216 216 * } 217 * @return bool ean|WP_Error True on success. A WP_Error object otherwise.217 * @return bool|WP_Error True on success. A WP_Error object otherwise. 218 218 */ 219 219 function bp_core_admin_delete_type( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.