Changeset 10904 for trunk/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 06/23/2016 05:39:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-template.php
r10825 r10904 1281 1281 'component' => 'blogs', 1282 1282 'link_text' => __( 'Create a Site', 'buddypress' ), 1283 'link_title' => __( 'Create a Site', 'buddypress' ),1284 1283 'link_class' => 'blog-create no-ajax', 1285 1284 'link_href' => trailingslashit( bp_get_blogs_directory_permalink() . 'create' ), … … 1378 1377 * @type string $link_class Default: 'blog-button visit'. 1379 1378 * @type string $link_text Default: 'Visit Site'. 1380 * @type string $link_title Default: 'Visit Site'.1381 1379 * } 1382 1380 * @return string The HTML for the Visit button. … … 1392 1390 'link_class' => 'blog-button visit', 1393 1391 'link_text' => __( 'Visit Site', 'buddypress' ), 1394 'link_title' => __( 'Visit Site', 'buddypress' ),1395 1392 ); 1396 1393
Note: See TracChangeset
for help on using the changeset viewer.