Changeset 1644 for sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
- Timestamp:
- 06/02/2015 09:17:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
r1263 r1644 42 42 'id' => 'wp-logo', 43 43 'title' => '<span class="ab-icon"></span>', 44 'href' => 'http ://bbpress.org',44 'href' => 'https://bbpress.org', 45 45 'meta' => array( 46 46 'title' => __( 'bbPress.org' ), … … 55 55 'id' => 'wordpress', 56 56 'title' => __( 'WordPress.org' ), 57 'href' => 'http ://wordpress.org',57 'href' => 'https://wordpress.org', 58 58 ) ); 59 59 … … 62 62 'id' => 'wp-about', 63 63 'title' => __( 'About WordPress' ), 64 'href' => 'http ://wordpress.org/about/',64 'href' => 'https://wordpress.org/about/', 65 65 ) ); 66 66 … … 70 70 'id' => 'wp-documentation', 71 71 'title' => __('Documentation'), 72 'href' => 'http ://codex.wordpress.org/',72 'href' => 'https://codex.wordpress.org/', 73 73 ) ); 74 74 … … 78 78 'id' => 'wp-support-forums', 79 79 'title' => __('Support Forums'), 80 'href' => 'http ://wordpress.org/support/',80 'href' => 'https://wordpress.org/support/', 81 81 ) ); 82 82 … … 86 86 'id' => 'wp-feedback', 87 87 'title' => __('Feedback'), 88 'href' => 'http ://wordpress.org/support/forum/requests-and-feedback',88 'href' => 'https://wordpress.org/support/forum/requests-and-feedback', 89 89 ) ); 90 90 … … 102 102 'id' => 'wp-trac', 103 103 'title' => __( 'Developer Trac' ), 104 'href' => 'http ://core.trac.wordpress.org'104 'href' => 'https://core.trac.wordpress.org' 105 105 ) ); 106 106 … … 109 109 'id' => 'wp-dev-blog', 110 110 'title' => __( 'Developer Blog' ), 111 'href' => 'http ://make.wordpress.org'111 'href' => 'https://make.wordpress.org' 112 112 ) ); 113 113 … … 119 119 'id' => 'bbpress', 120 120 'title' => __( 'bbPress.org' ), 121 'href' => 'http ://bbpress.org',121 'href' => 'https://bbpress.org', 122 122 ) ); 123 123 … … 126 126 'id' => 'bbp-about', 127 127 'title' => __( 'About bbPress' ), 128 'href' => 'http ://bbpress.org/about/',128 'href' => 'https://bbpress.org/about/', 129 129 ) ); 130 130 … … 134 134 'id' => 'bbp-documentation', 135 135 'title' => __( 'Documentation' ), 136 'href' => 'http ://codex.bbpress.org/',136 'href' => 'https://codex.bbpress.org/', 137 137 ) ); 138 138 … … 142 142 'id' => 'bbp-support-forums', 143 143 'title' => __( 'Support Forums' ), 144 'href' => 'http ://bbpress.org/forums/',144 'href' => 'https://bbpress.org/forums/', 145 145 ) ); 146 146 … … 150 150 'id' => 'bbp-feedback', 151 151 'title' => __( 'Feedback' ), 152 'href' => 'http ://bbpress.org/forums/forum/requests-and-feedback',152 'href' => 'https://bbpress.org/forums/forum/requests-and-feedback', 153 153 ) ); 154 154 … … 166 166 'id' => 'bbp-trac', 167 167 'title' => __( 'Developer Trac' ), 168 'href' => 'http ://bbpress.trac.wordpress.org'168 'href' => 'https://bbpress.trac.wordpress.org' 169 169 ) ); 170 170 … … 173 173 'id' => 'bbp-dev-blog', 174 174 'title' => __( 'Developer Blog' ), 175 'href' => 'http ://bbpdevel.wordpress.com'175 'href' => 'https://bbpdevel.wordpress.com' 176 176 ) ); 177 177 … … 183 183 'id' => 'buddypress', 184 184 'title' => __( 'BuddyPress.org' ), 185 'href' => 'http ://buddypress.org',185 'href' => 'https://buddypress.org', 186 186 ) ); 187 187 … … 190 190 'id' => 'bp-about', 191 191 'title' => __( 'About BuddyPress' ), 192 'href' => 'http ://buddypress.org/about/',192 'href' => 'https://buddypress.org/about/', 193 193 ) ); 194 194 … … 198 198 'id' => 'bp-documentation', 199 199 'title' => __( 'Documentation' ), 200 'href' => 'http ://codex.buddypress.org/',200 'href' => 'https://codex.buddypress.org/', 201 201 ) ); 202 202 … … 206 206 'id' => 'bp-support-forums', 207 207 'title' => __( 'Support Forums' ), 208 'href' => 'http ://buddypress.org/forums/',208 'href' => 'https://buddypress.org/forums/', 209 209 ) ); 210 210 … … 214 214 'id' => 'bp-feedback', 215 215 'title' => __( 'Feedback' ), 216 'href' => 'http ://buddypress.org/support/forum/feedback/',216 'href' => 'https://buddypress.org/support/forum/feedback/', 217 217 ) ); 218 218 … … 230 230 'id' => 'bp-trac', 231 231 'title' => __( 'Developer Trac' ), 232 'href' => 'http ://buddypress.trac.wordpress.org'232 'href' => 'https://buddypress.trac.wordpress.org' 233 233 ) ); 234 234 … … 237 237 'id' => 'bp-dev-blog', 238 238 'title' => __( 'Developer Blog' ), 239 'href' => 'http ://bpdevel.wordpress.com'239 'href' => 'https://bpdevel.wordpress.com' 240 240 ) ); 241 241 } … … 265 265 'id' => 'bbp-new-topic', 266 266 'title' => __( 'Create New Topic' ), 267 'href' => 'http ://bbpress.org/forums/new-topic/'267 'href' => 'https://bbpress.org/forums/new-topic/' 268 268 ) ); 269 269 … … 293 293 'id' => 'bbp-login', 294 294 'title' => __( 'Log in' ), 295 'href' => 'http ://bbpress.org/login/'295 'href' => 'https://bbpress.org/login/' 296 296 ) ); 297 297 } … … 334 334 'parent' => 'top-secondary', 335 335 'title' => $howdy . $avatar, 336 'href' => 'http ://bbpress.org/login/',336 'href' => 'https://bbpress.org/login/', 337 337 'meta' => array( 338 338 'class' => $class, … … 443 443 'id' => 'user-info', 444 444 'title' => $user_info, 445 'href' => 'http ://bbpress.org/login/',445 'href' => 'https://bbpress.org/login/', 446 446 'meta' => array( 447 447 'tabindex' => -1, … … 453 453 'id' => 'register', 454 454 'title' => __( 'Register' ), 455 'href' => 'http ://bbpress.org/register/'455 'href' => 'https://bbpress.org/register/' 456 456 ) ); 457 457 $wp_admin_bar->add_menu( array( … … 459 459 'id' => 'lost-pass', 460 460 'title' => __( 'Lost Password' ), 461 'href' => 'http ://bbpress.org/lost-password/'461 'href' => 'https://bbpress.org/lost-password/' 462 462 ) ); 463 463 $wp_admin_bar->add_menu( array( … … 465 465 'id' => 'login', 466 466 'title' => __( 'Log In' ), 467 'href' => 'http ://bbpress.org/login/'467 'href' => 'https://bbpress.org/login/' 468 468 ) ); 469 469 }
Note: See TracChangeset
for help on using the changeset viewer.