Changeset 13890 for trunk/src/bp-core/bp-core-template.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template.php
r13878 r13890 1940 1940 * @since 12.1.0 1941 1941 * 1942 * @return bool eanTrue if the requested URL is site home's one. False otherwise.1942 * @return bool True if the requested URL is site home's one. False otherwise. 1943 1943 */ 1944 1944 function bp_is_site_home() { … … 3812 3812 * @param string $block_name The Block name to check (eg: 'bp/sitewide-notices'). Optional. 3813 3813 * @param string $widget_id_base The Widget ID base to check (eg: 'bp_messages_sitewide_notices_widget' ). Optional. 3814 * @return bool eanTrue if the Widget/Block is active. False otherwise.3814 * @return bool True if the Widget/Block is active. False otherwise. 3815 3815 */ 3816 3816 function bp_is_widget_block_active( $block_name = '', $widget_id_base = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.