Changeset 13970 for trunk/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 07/23/2024 01:25:28 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-template.php
r13844 r13970 1354 1354 1355 1355 /** 1356 * Fires after the default successful blog registration message markup.1356 * Fires after a successful blog registration. 1357 1357 * 1358 1358 * @since 1.0.0 1359 1359 */ 1360 /** This action is documented in wp-signup.php */ 1360 1361 do_action( 'signup_finished' ); 1362 1363 /** 1364 * Fires after a successful blog registration. 1365 * 1366 * @since 15.0.0 1367 * 1368 * @param int|null $blog_id ID of the newly created blog. 1369 */ 1370 do_action( 'bp_created_blog', $blog_id ); 1361 1371 } 1362 1372
Note: See TracChangeset
for help on using the changeset viewer.