Changeset 13436 for trunk/src/bp-blogs/bp-blogs-blocks.php
- Timestamp:
- 03/15/2023 08:16:46 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-blocks.php
r13108 r13436 33 33 $classnames = 'widget_bp_blogs_widget buddypress widget'; 34 34 $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $classnames ) ); 35 $blogs_directory_link = bp_get_blogs_directory_ permalink();35 $blogs_directory_link = bp_get_blogs_directory_url(); 36 36 $max_posts = (int) $block_args['maxPosts']; 37 37 $no_posts = __( 'Sorry, there were no posts found.', 'buddypress' );
Note: See TracChangeset
for help on using the changeset viewer.