Changeset 13890 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 06/02/2024 01:06:10 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r13882 r13890 1011 1011 * 1012 1012 * @param string $component The component ID. 1013 * @return bool eanTrue if a component's directory is set as the site's homepage.1013 * @return bool True if a component's directory is set as the site's homepage. 1014 1014 * False otherwise. 1015 1015 */ … … 2491 2491 * @see load_textdomain() for a description of return values. 2492 2492 * 2493 * @return bool True on success, false on failure.2493 * @return bool 2494 2494 */ 2495 2495 function bp_core_load_buddypress_textdomain() { … … 3057 3057 * 3058 3058 * @param string $ajax_action The ajax action needing the BP URI globals to be set. 3059 * @return bool eanTrue if the ajax action was registered. False otherwise.3059 * @return bool True if the ajax action was registered. False otherwise. 3060 3060 */ 3061 3061 function bp_ajax_register_action( $ajax_action = '' ) { … … 3075 3075 * 3076 3076 * @param string $ajax_action The ajax action to check. 3077 * @return bool eanTrue if the ajax action is registered. False otherwise3077 * @return bool True if the ajax action is registered. False otherwise 3078 3078 */ 3079 3079 function bp_ajax_action_is_registered( $ajax_action = '' ) { … … 3462 3462 * @param string $taxonomy The BP Type taxonomy. 3463 3463 * @param array $type_metas An associative array (meta_key=>meta_value). 3464 * @return bool eanFalse on failure. True otherwise.3464 * @return bool False on failure. True otherwise. 3465 3465 */ 3466 3466 function bp_update_type_metadata( $type_id = 0, $taxonomy = '', $type_metas = array() ) { … … 4802 4802 * 4803 4803 * @param int $id ID of the optout to delete. 4804 * @return bool True on success, false on failure.4804 * @return bool 4805 4805 */ 4806 4806 function bp_delete_optout_by_id( $id = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.