Changeset 9517
- Timestamp:
- 02/20/2015 06:02:50 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.editorconfig
r8663 r9517 3 3 4 4 # WordPress Coding Standards 5 # http ://make.wordpress.org/core/handbook/coding-standards/5 # https://make.wordpress.org/core/handbook/coding-standards/ 6 6 7 7 root = true -
trunk/bp-loader.php
r9458 r9517 12 12 /** 13 13 * Plugin Name: BuddyPress 14 * Plugin URI: http ://buddypress.org14 * Plugin URI: https://buddypress.org 15 15 * Description: BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more. 16 16 * Author: The BuddyPress Community 17 * Author URI: http ://buddypress.org17 * Author URI: https://buddypress.org 18 18 * Version: 2.3-alpha 19 19 * Text Domain: buddypress -
trunk/src/bp-activity/bp-activity-admin.php
r9471 r9517 243 243 get_current_screen()->set_help_sidebar( 244 244 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 245 '<p>' . __( '<a href="http ://codex.buddypress.org/buddypress-site-administration/managing-activity/">Managing Activity</a>', 'buddypress' ) . '</p>' .246 '<p>' . __( '<a href="http ://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'245 '<p>' . __( '<a href="https://codex.buddypress.org/administrator-guide/activity-stream-management-panels/">Managing Activity</a>', 'buddypress' ) . '</p>' . 246 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 247 247 ); 248 248 … … 288 288 get_current_screen()->set_help_sidebar( 289 289 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 290 '<p>' . __( '<a href="http ://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'290 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 291 291 ); 292 292 } -
trunk/src/bp-activity/bp-activity-akismet.php
r9471 r9517 132 132 * @since BuddyPress (1.6) 133 133 * 134 * @see http ://plugins.trac.wordpress.org/ticket/1232134 * @see https://plugins.trac.wordpress.org/ticket/1232 135 135 */ 136 136 public function add_activity_stream_nonce() { … … 590 590 * @since BuddyPress (1.6) 591 591 * 592 * @see http ://buddypress.trac.wordpress.org/ticket/3907592 * @see https://buddypress.trac.wordpress.org/ticket/3907 593 593 * @todo Update activity meta to allow >1 record with the same key (iterate through $history). 594 594 * -
trunk/src/bp-activity/classes/class-bp-activity-feed.php
r9486 r9517 395 395 <description><?php echo $this->description ?></description> 396 396 <lastBuildDate><?php echo mysql2date( 'D, d M Y H:i:s O', bp_activity_get_last_updated(), false ); ?></lastBuildDate> 397 <generator>http ://buddypress.org/?v=<?php bp_version(); ?></generator>397 <generator>https://buddypress.org/?v=<?php bp_version(); ?></generator> 398 398 <language><?php bloginfo_rss( 'language' ); ?></language> 399 399 <ttl><?php echo $this->ttl; ?></ttl> -
trunk/src/bp-blogs/bp-blogs-functions.php
r9471 r9517 805 805 * can precede BP's Blogs component. This function bumps the priority of the 806 806 * core function, so that we can be sure that the Blogs component is loaded 807 * first. See http ://buddypress.trac.wordpress.org/ticket/3916.807 * first. See https://buddypress.trac.wordpress.org/ticket/3916. 808 808 * 809 809 * @since BuddyPress (1.6.0) -
trunk/src/bp-core/admin/bp-core-admin-components.php
r9503 r9517 355 355 'forums' => array( 356 356 'title' => __( 'Group Forums', 'buddypress' ), 357 'description' => sprintf( __( 'BuddyPress Forums are retired. Use %s.', 'buddypress' ), '<a href="http ://bbpress.org">bbPress</a>' )357 'description' => sprintf( __( 'BuddyPress Forums are retired. Use %s.', 'buddypress' ), '<a href="https://bbpress.org/">bbPress</a>' ) 358 358 ), 359 359 ); -
trunk/src/bp-core/admin/bp-core-admin-functions.php
r9503 r9517 462 462 $screen->set_help_sidebar( 463 463 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 464 '<p>' . __( '<a href="http ://codex.buddypress.org/getting-started/configure-buddypress-components/#settings-buddypress-components">Managing Components</a>', 'buddypress' ) . '</p>' .465 '<p>' . __( '<a href="http ://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'464 '<p>' . __( '<a href="https://codex.buddypress.org/getting-started/configure-components/">Managing Components</a>', 'buddypress' ) . '</p>' . 465 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 466 466 ); 467 467 break; … … 480 480 $screen->set_help_sidebar( 481 481 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 482 '<p>' . __( '<a href="http ://codex.buddypress.org/getting-started/configure-buddypress-components/#settings-buddypress-pages">Managing Pages</a>', 'buddypress' ) . '</p>' .483 '<p>' . __( '<a href="http ://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'482 '<p>' . __( '<a href="https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages">Managing Pages</a>', 'buddypress' ) . '</p>' . 483 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 484 484 ); 485 485 … … 499 499 $screen->set_help_sidebar( 500 500 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 501 '<p>' . __( '<a href="http ://codex.buddypress.org/getting-started/configure-buddypress-components/#settings-buddypress-settings">Managing Settings</a>', 'buddypress' ) . '</p>' .502 '<p>' . __( '<a href="http ://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'501 '<p>' . __( '<a href="https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-settings">Managing Settings</a>', 'buddypress' ) . '</p>' . 502 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 503 503 ); 504 504 … … 518 518 $screen->set_help_sidebar( 519 519 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 520 '<p>' . __( '<a href="http ://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields">Managing Profile Fields</a>', 'buddypress' ) . '</p>' .521 '<p>' . __( '<a href="http ://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'520 '<p>' . __( '<a href="https://codex.buddypress.org/administrator-guide/extended-profiles/">Managing Profile Fields</a>', 'buddypress' ) . '</p>' . 521 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 522 522 ); 523 523 -
trunk/src/bp-core/bp-core-admin.php
r9513 r9517 538 538 <div class="welcome-panel-column welcome-panel-last"> 539 539 <h4><?php _e( 'Community and Support', 'buddypress' ); ?></h4> 540 <p class="welcome-icon welcome-learn-more" style="margin-right:10px"><?php _e( 'Looking for help? The <a href="http ://codex.buddypress.org/">BuddyPress Codex</a> has you covered.', 'buddypress' ) ?></p>541 <p class="welcome-icon welcome-learn-more" style="margin-right:10px"><?php _e( 'Can’t find what you need? Stop by <a href="http ://buddypress.org/support/">our support forums</a>, where active BuddyPress users and developers are waiting to share tips and more.', 'buddypress' ) ?></p>540 <p class="welcome-icon welcome-learn-more" style="margin-right:10px"><?php _e( 'Looking for help? The <a href="https://codex.buddypress.org/">BuddyPress Codex</a> has you covered.', 'buddypress' ) ?></p> 541 <p class="welcome-icon welcome-learn-more" style="margin-right:10px"><?php _e( 'Can’t find what you need? Stop by <a href="https://buddypress.org/support/">our support forums</a>, where active BuddyPress users and developers are waiting to share tips and more.', 'buddypress' ) ?></p> 542 542 </div> 543 543 </div> … … 645 645 <ul class="wp-people-group " id="wp-people-group-project-leaders"> 646 646 <li class="wp-person" id="wp-person-johnjamesjacoby"> 647 <a href="http ://profiles.wordpress.org/johnjamesjacoby"><img src="//www.gravatar.com/avatar/81ec16063d89b162d55efe72165c105f?s=60" class="gravatar" alt="John James Jacoby" /></a>648 <a class="web" href="http ://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>647 <a href="https://profiles.wordpress.org/johnjamesjacoby"><img src="//www.gravatar.com/avatar/81ec16063d89b162d55efe72165c105f?s=60" class="gravatar" alt="John James Jacoby" /></a> 648 <a class="web" href="https://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a> 649 649 <span class="title"><?php _e( 'Project Lead', 'buddypress' ); ?></span> 650 650 </li> 651 651 <li class="wp-person" id="wp-person-boonebgorges"> 652 <a href="http ://profiles.wordpress.org/boonebgorges"><img src="//www.gravatar.com/avatar/9cf7c4541a582729a5fc7ae484786c0c?s=60" class="gravatar" alt="Boone B. Gorges" /></a>653 <a class="web" href="http ://profiles.wordpress.org/boonebgorges">Boone B. Gorges</a>652 <a href="https://profiles.wordpress.org/boonebgorges"><img src="//www.gravatar.com/avatar/9cf7c4541a582729a5fc7ae484786c0c?s=60" class="gravatar" alt="Boone B. Gorges" /></a> 653 <a class="web" href="https://profiles.wordpress.org/boonebgorges">Boone B. Gorges</a> 654 654 <span class="title"><?php _e( 'Lead Developer', 'buddypress' ); ?></span> 655 655 </li> 656 656 <li class="wp-person" id="wp-person-djpaul"> 657 <a href="http ://profiles.wordpress.org/djpaul"><img src="//www.gravatar.com/avatar/3bc9ab796299d67ce83dceb9554f75df?s=60" class="gravatar" alt="Paul Gibbs" /></a>658 <a class="web" href="http ://profiles.wordpress.org/djpaul">Paul Gibbs</a>657 <a href="https://profiles.wordpress.org/djpaul"><img src="//www.gravatar.com/avatar/3bc9ab796299d67ce83dceb9554f75df?s=60" class="gravatar" alt="Paul Gibbs" /></a> 658 <a class="web" href="https://profiles.wordpress.org/djpaul">Paul Gibbs</a> 659 659 <span class="title"><?php _e( 'Lead Developer', 'buddypress' ); ?></span> 660 660 </li> … … 664 664 <ul class="wp-people-group " id="wp-people-group-core-team"> 665 665 <li class="wp-person" id="wp-person-r-a-y"> 666 <a href="http ://profiles.wordpress.org/r-a-y"><img src="//www.gravatar.com/avatar/3bfa556a62b5bfac1012b6ba5f42ebfa?s=60" class="gravatar" alt="Ray" /></a>667 <a class="web" href="http ://profiles.wordpress.org/r-a-y">Ray</a>666 <a href="https://profiles.wordpress.org/r-a-y"><img src="//www.gravatar.com/avatar/3bfa556a62b5bfac1012b6ba5f42ebfa?s=60" class="gravatar" alt="Ray" /></a> 667 <a class="web" href="https://profiles.wordpress.org/r-a-y">Ray</a> 668 668 <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span> 669 669 </li> 670 670 <li class="wp-person" id="wp-person-imath"> 671 <a href="http ://profiles.wordpress.org/imath"><img src="//www.gravatar.com/avatar/8b208ca408dad63888253ee1800d6a03?s=60" class="gravatar" alt="Mathieu Viet" /></a>672 <a class="web" href="http ://profiles.wordpress.org/imath">Mathieu Viet</a>671 <a href="https://profiles.wordpress.org/imath"><img src="//www.gravatar.com/avatar/8b208ca408dad63888253ee1800d6a03?s=60" class="gravatar" alt="Mathieu Viet" /></a> 672 <a class="web" href="https://profiles.wordpress.org/imath">Mathieu Viet</a> 673 673 <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span> 674 674 </li> 675 675 <li class="wp-person" id="wp-person-mercime"> 676 <a href="http ://profiles.wordpress.org/mercime"><img src="//www.gravatar.com/avatar/fae451be6708241627983570a1a1817a?s=60" class="gravatar" alt="Mercime" /></a>677 <a class="web" href="http ://profiles.wordpress.org/mercime">Mercime</a>676 <a href="https://profiles.wordpress.org/mercime"><img src="//www.gravatar.com/avatar/fae451be6708241627983570a1a1817a?s=60" class="gravatar" alt="Mercime" /></a> 677 <a class="web" href="https://profiles.wordpress.org/mercime">Mercime</a> 678 678 <span class="title"><?php _e( 'Navigator', 'buddypress' ); ?></span> 679 679 </li> 680 680 <li class="wp-person" id="wp-person-dcavins"> 681 <a href="http ://profiles.wordpress.org/dcavins"><img src="//www.gravatar.com/avatar/a5fa7e83d59cb45ebb616235a176595a?s=60" class="gravatar" alt="David Cavins" /></a>682 <a class="web" href="http ://profiles.wordpress.org/dcavins">David Cavins</a>681 <a href="https://profiles.wordpress.org/dcavins"><img src="//www.gravatar.com/avatar/a5fa7e83d59cb45ebb616235a176595a?s=60" class="gravatar" alt="David Cavins" /></a> 682 <a class="web" href="https://profiles.wordpress.org/dcavins">David Cavins</a> 683 683 <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span> 684 684 </li> 685 685 <li class="wp-person" id="wp-person-tw2113"> 686 <a href="http ://profiles.wordpress.org/tw2113"><img src="//www.gravatar.com/avatar/a5d7c934621fa1c025b83ee79bc62366?s=60" class="gravatar" alt="Michael Beckwith" /></a>687 <a class="web" href="http ://profiles.wordpress.org/tw2113">Michael Beckwith</a>686 <a href="https://profiles.wordpress.org/tw2113"><img src="//www.gravatar.com/avatar/a5d7c934621fa1c025b83ee79bc62366?s=60" class="gravatar" alt="Michael Beckwith" /></a> 687 <a class="web" href="https://profiles.wordpress.org/tw2113">Michael Beckwith</a> 688 688 <span class="title"><?php _e( 'Core Developer', 'buddypress' ); ?></span> 689 689 </li> … … 693 693 <ul class="wp-people-group " id="wp-people-group-rockstars"> 694 694 <li class="wp-person" id="wp-person-henry-wright"> 695 <a href="http ://profiles.wordpress.org/henry.wright"><img src="//www.gravatar.com/avatar/0da2f1a9340d6af196b870f6c107a248?s=60" class="gravatar" alt="Henry Wright" /></a>696 <a class="web" href="http ://profiles.wordpress.org/henry.wright">Henry Wright</a>695 <a href="https://profiles.wordpress.org/henry.wright"><img src="//www.gravatar.com/avatar/0da2f1a9340d6af196b870f6c107a248?s=60" class="gravatar" alt="Henry Wright" /></a> 696 <a class="web" href="https://profiles.wordpress.org/henry.wright">Henry Wright</a> 697 697 </li> 698 698 <li class="wp-person" id="wp-person-danbp"> 699 <a href="http ://profiles.wordpress.org/danbp"><img src="//www.gravatar.com/avatar/0deae2e7003027fbf153500cd3fa5501?s=60" class="gravatar" alt="danbp" /></a>700 <a class="web" href="http ://profiles.wordpress.org/danbp">danbp</a>699 <a href="https://profiles.wordpress.org/danbp"><img src="//www.gravatar.com/avatar/0deae2e7003027fbf153500cd3fa5501?s=60" class="gravatar" alt="danbp" /></a> 700 <a class="web" href="https://profiles.wordpress.org/danbp">danbp</a> 701 701 </li> 702 702 <li class="wp-person" id="wp-person-shanebp"> 703 <a href="http ://profiles.wordpress.org/shanebp"><img src="//www.gravatar.com/avatar/ffd294ab5833ba14aaf175f9acc71cc4?s=60" class="gravatar" alt="shanebp" /></a>704 <a class="web" href="http ://profiles.wordpress.org/shanebp">shanebp</a>703 <a href="https://profiles.wordpress.org/shanebp"><img src="//www.gravatar.com/avatar/ffd294ab5833ba14aaf175f9acc71cc4?s=60" class="gravatar" alt="shanebp" /></a> 704 <a class="web" href="https://profiles.wordpress.org/shanebp">shanebp</a> 705 705 </li> 706 706 <li class="wp-person" id="wp-person-netweb"> 707 <a href="http ://profiles.wordpress.org/netweb"><img src="//www.gravatar.com/avatar/97e1620b501da675315ba7cfb740e80f?s=60" class="gravatar" alt="Stephen Edgar" /></a>708 <a class="web" href="http ://profiles.wordpress.org/netweb">Stephen Edgar</a>707 <a href="https://profiles.wordpress.org/netweb"><img src="//www.gravatar.com/avatar/97e1620b501da675315ba7cfb740e80f?s=60" class="gravatar" alt="Stephen Edgar" /></a> 708 <a class="web" href="https://profiles.wordpress.org/netweb">Stephen Edgar</a> 709 709 </li> 710 710 <li class="wp-person" id="wp-person-hnla"> 711 <a href="http ://profiles.wordpress.org/hnla"><img src="//www.gravatar.com/avatar/3860c955aa3f79f13b92826ae47d07fe?s=60" class="gravatar" alt="Hugo Ashmore" /></a>712 <a class="web" href="http ://profiles.wordpress.org/hnla">Hugo</a>711 <a href="https://profiles.wordpress.org/hnla"><img src="//www.gravatar.com/avatar/3860c955aa3f79f13b92826ae47d07fe?s=60" class="gravatar" alt="Hugo Ashmore" /></a> 712 <a class="web" href="https://profiles.wordpress.org/hnla">Hugo</a> 713 713 </li> 714 714 </ul> -
trunk/src/bp-core/bp-core-catchuri.php
r9471 r9517 760 760 * @since BuddyPress (1.6.1) 761 761 * 762 * @link http ://buddypress.trac.wordpress.org/ticket/4329763 * @link http ://buddypress.trac.wordpress.org/ticket/4415762 * @link https://buddypress.trac.wordpress.org/ticket/4329 763 * @link https://buddypress.trac.wordpress.org/ticket/4415 764 764 */ 765 765 function _bp_rehook_maybe_redirect_404() { -
trunk/src/bp-core/bp-core-template.php
r9471 r9517 832 832 * @since BuddyPress (1.7.0) 833 833 * 834 * @see http ://buddypress.trac.wordpress.org/ticket/4401834 * @see https://buddypress.trac.wordpress.org/ticket/4401 835 835 * 836 836 * @param array $args { … … 2652 2652 } 2653 2653 2654 // Get the correct menu link. See http ://buddypress.trac.wordpress.org/ticket/46242654 // Get the correct menu link. See https://buddypress.trac.wordpress.org/ticket/4624 2655 2655 $link = bp_loggedin_user_domain() ? str_replace( bp_loggedin_user_domain(), bp_displayed_user_domain(), $nav['link'] ) : trailingslashit( bp_displayed_user_domain() . $nav['link'] ); 2656 2656 -
trunk/src/bp-core/bp-core-theme-compatibility.php
r9484 r9517 551 551 * Force the header back to 200 status if not a deliberate 404 552 552 * 553 * @see http ://bbpress.trac.wordpress.org/ticket/1973553 * @see https://bbpress.trac.wordpress.org/ticket/1973 554 554 */ 555 555 if ( ! $wp_query->is_404() ) { -
trunk/src/bp-core/classes/class-bp-embed.php
r9486 r9517 86 86 87 87 // kses converts & into & and we need to undo this 88 // See http ://core.trac.wordpress.org/ticket/1131188 // See https://core.trac.wordpress.org/ticket/11311 89 89 $url = str_replace( '&', '&', $url ); 90 90 -
trunk/src/bp-forums/deprecated/1.6.php
r9351 r9517 101 101 </ul> 102 102 103 <p><?php printf( __( 'If you decide to use bbPress, you will need to deactivate the legacy group forum component. For more info, <a href="%s">read this codex article</a>.', 'buddypress' ), 'http ://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/using-bbpress-2-2-with-buddypress/' ) ?></p>103 <p><?php printf( __( 'If you decide to use bbPress, you will need to deactivate the legacy group forum component. For more info, <a href="%s">read this codex article</a>.', 'buddypress' ), 'https://codex.buddypress.org/legacy/getting-started/using-bbpress-2-2-with-buddypress/' ) ?></p> 104 104 105 105 <div> … … 244 244 </ul> 245 245 246 <p><?php printf( __( 'If you decide to use bbPress, you will need to deactivate the legacy group forum component. For more info, <a href="%s">read this codex article</a>.', 'buddypress' ), 'http ://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/using-bbpress-2-2-with-buddypress/' ) ?></p>246 <p><?php printf( __( 'If you decide to use bbPress, you will need to deactivate the legacy group forum component. For more info, <a href="%s">read this codex article</a>.', 'buddypress' ), 'https://codex.buddypress.org/legacy/getting-started/using-bbpress-2-2-with-buddypress/' ) ?></p> 247 247 <div> 248 248 <a class="button button-primary <?php if ( ! $bbpress_plugin_is_active ) { echo esc_attr( 'thickbox' ); }?>" href="<?php echo esc_attr( $button_url ) ?>"><?php echo esc_html( $button_text ) ?></a> -
trunk/src/bp-groups/bp-groups-admin.php
r9496 r9517 124 124 get_current_screen()->set_help_sidebar( 125 125 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 126 '<p><a href="http ://buddypress.org/support">' . __( 'Support Forums', 'buddypress' ) . '</a></p>'126 '<p><a href="https://buddypress.org/support">' . __( 'Support Forums', 'buddypress' ) . '</a></p>' 127 127 ); 128 128 … … 172 172 get_current_screen()->set_help_sidebar( 173 173 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 174 '<p>' . __( '<a href="http ://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'174 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 175 175 ); 176 176 } -
trunk/src/bp-groups/classes/class-bp-group-extension.php
r9495 r9517 1320 1320 * function is NOT designed for general use, and will probably result 1321 1321 * in unexpected results when used with data in the wild. See, eg, 1322 * http ://core.trac.wordpress.org/ticket/198881322 * https://core.trac.wordpress.org/ticket/19888 1323 1323 * 1324 1324 * @since BuddyPress (1.8.0) -
trunk/src/bp-loader.php
r9443 r9517 11 11 /** 12 12 * Plugin Name: BuddyPress 13 * Plugin URI: http ://buddypress.org13 * Plugin URI: https://buddypress.org/ 14 14 * Description: BuddyPress helps you run any kind of social network on your WordPress, with member profiles, activity streams, user groups, messaging, and more. 15 15 * Author: The BuddyPress Community 16 * Author URI: http ://buddypress.org16 * Author URI: https://buddypress.org/ 17 17 * Version: 2.3-alpha 18 18 * Text Domain: buddypress -
trunk/src/bp-members/bp-members-admin.php
r9503 r9517 712 712 get_current_screen()->set_help_sidebar( 713 713 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 714 '<p>' . __( '<a href="http ://codex.buddypress.org/buddypress-site-administration/managing-user-profiles/">Managing Profiles</a>', 'buddypress' ) . '</p>' .715 '<p>' . __( '<a href="http ://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'714 '<p>' . __( '<a href="https://codex.buddypress.org/administrator-guide/extended-profiles/">Managing Profiles</a>', 'buddypress' ) . '</p>' . 715 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 716 716 ); 717 717 … … 1430 1430 get_current_screen()->set_help_sidebar( 1431 1431 '<p><strong>' . __( 'For more information:', 'buddypress' ) . '</strong></p>' . 1432 '<p>' . __( '<a href="http ://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>'1432 '<p>' . __( '<a href="https://buddypress.org/support/">Support Forums</a>', 'buddypress' ) . '</p>' 1433 1433 ); 1434 1434 } else {
Note: See TracChangeset
for help on using the changeset viewer.