Changeset 1644 for sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/toolbar.php
- Timestamp:
- 06/02/2015 09:17:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/toolbar.php
r1468 r1644 49 49 'id' => 'wp-logo', 50 50 'title' => '<span class="ab-icon"></span>', 51 'href' => 'http ://wordpress.org',51 'href' => 'https://wordpress.org', 52 52 'meta' => array( 53 53 'title' => __( 'WordPress.org' ), … … 62 62 'id' => 'wordpress', 63 63 'title' => __( 'WordPress.org' ), 64 'href' => 'http ://wordpress.org',64 'href' => 'https://wordpress.org', 65 65 ) ); 66 66 … … 69 69 'id' => 'wp-about', 70 70 'title' => __( 'About WordPress' ), 71 'href' => 'http ://wordpress.org/about/',71 'href' => 'https://wordpress.org/about/', 72 72 ) ); 73 73 … … 77 77 'id' => 'wp-documentation', 78 78 'title' => __('Documentation'), 79 'href' => 'http ://codex.wordpress.org/',79 'href' => 'https://codex.wordpress.org/', 80 80 ) ); 81 81 … … 85 85 'id' => 'wp-support-forums', 86 86 'title' => __('Support Forums'), 87 'href' => 'http ://wordpress.org/support/',87 'href' => 'https://wordpress.org/support/', 88 88 ) ); 89 89 … … 93 93 'id' => 'wp-feedback', 94 94 'title' => __('Feedback'), 95 'href' => 'http ://wordpress.org/support/forum/requests-and-feedback',95 'href' => 'https://wordpress.org/support/forum/requests-and-feedback', 96 96 ) ); 97 97 … … 109 109 'id' => 'wp-trac', 110 110 'title' => __( 'Developer Trac' ), 111 'href' => 'http ://core.trac.wordpress.org'111 'href' => 'https://core.trac.wordpress.org' 112 112 ) ); 113 113 … … 116 116 'id' => 'wp-dev-blog', 117 117 'title' => __( 'Developer Blog' ), 118 'href' => 'http ://make.wordpress.org'118 'href' => 'https://make.wordpress.org' 119 119 ) ); 120 120 … … 126 126 'id' => 'bbpress', 127 127 'title' => __( 'bbPress.org' ), 128 'href' => 'http ://bbpress.org',128 'href' => 'https://bbpress.org', 129 129 ) ); 130 130 … … 133 133 'id' => 'bbp-about', 134 134 'title' => __( 'About bbPress' ), 135 'href' => 'http ://bbpress.org/about/',135 'href' => 'https://bbpress.org/about/', 136 136 ) ); 137 137 … … 141 141 'id' => 'bbp-documentation', 142 142 'title' => __( 'Documentation' ), 143 'href' => 'http ://codex.bbpress.org/',143 'href' => 'https://codex.bbpress.org/', 144 144 ) ); 145 145 … … 149 149 'id' => 'bbp-support-forums', 150 150 'title' => __( 'Support Forums' ), 151 'href' => __( 'http ://bbpress.org/forums/' ),151 'href' => __( 'https://bbpress.org/forums/' ), 152 152 ) ); 153 153 … … 157 157 'id' => 'bbp-feedback', 158 158 'title' => __( 'Feedback' ), 159 'href' => 'http ://bbpress.org/forums/forum/requests-and-feedback',159 'href' => 'https://bbpress.org/forums/forum/requests-and-feedback', 160 160 ) ); 161 161 … … 173 173 'id' => 'bbp-trac', 174 174 'title' => __( 'Developer Trac' ), 175 'href' => 'http ://bbpress.trac.wordpress.org'175 'href' => 'https://bbpress.trac.wordpress.org' 176 176 ) ); 177 177 … … 180 180 'id' => 'bbp-dev-blog', 181 181 'title' => __( 'Developer Blog' ), 182 'href' => 'http ://bbpdevel.wordpress.com'182 'href' => 'https://bbpdevel.wordpress.com' 183 183 ) ); 184 184 … … 190 190 'id' => 'buddypress', 191 191 'title' => __( 'BuddyPress.org' ), 192 'href' => 'http ://buddypress.org',192 'href' => 'https://buddypress.org', 193 193 ) ); 194 194 … … 197 197 'id' => 'bp-about', 198 198 'title' => __( 'About BuddyPress' ), 199 'href' => 'http ://buddypress.org/about/',199 'href' => 'https://buddypress.org/about/', 200 200 ) ); 201 201 … … 205 205 'id' => 'bp-documentation', 206 206 'title' => __( 'Documentation' ), 207 'href' => 'http ://codex.buddypress.org/',207 'href' => 'https://codex.buddypress.org/', 208 208 ) ); 209 209 … … 213 213 'id' => 'bp-support-forums', 214 214 'title' => __( 'Support Forums' ), 215 'href' => 'http ://buddypress.org/forums/',215 'href' => 'https://buddypress.org/forums/', 216 216 ) ); 217 217 … … 221 221 'id' => 'bp-feedback', 222 222 'title' => __( 'Feedback' ), 223 'href' => 'http ://buddypress.org/support/forum/feedback/',223 'href' => 'https://buddypress.org/support/forum/feedback/', 224 224 ) ); 225 225 … … 237 237 'id' => 'bp-trac', 238 238 'title' => __( 'Developer Trac' ), 239 'href' => 'http ://buddypress.trac.wordpress.org'239 'href' => 'https://buddypress.trac.wordpress.org' 240 240 ) ); 241 241 … … 244 244 'id' => 'bp-dev-blog', 245 245 'title' => __( 'Developer Blog' ), 246 'href' => 'http ://bpdevel.wordpress.com'246 'href' => 'https://bpdevel.wordpress.com' 247 247 ) ); 248 248 } … … 263 263 'id' => 'bp-site-name', 264 264 'title' => __( 'WordPress.org' ), 265 'href' => 'http ://wordpress.org'265 'href' => 'https://wordpress.org' 266 266 ) ); 267 267 … … 273 273 'id' => 'bp-site-name', 274 274 'title' => __( 'bbPress.org' ), 275 'href' => 'http ://bbpress.org'275 'href' => 'https://bbpress.org' 276 276 ) ); 277 277 … … 283 283 'id' => 'bp-site-name', 284 284 'title' => __( 'BuddyPress.org' ), 285 'href' => 'http ://buddypress.org'285 'href' => 'https://buddypress.org' 286 286 ) ); 287 287 } … … 296 296 'id' => 'bp-new-topic', 297 297 'title' => __( 'Create New Topic' ), 298 'href' => 'http ://buddypress.org/forums/new-topic/'298 'href' => 'https://buddypress.org/forums/new-topic/' 299 299 ) ); 300 300 … … 324 324 'id' => 'bp-login', 325 325 'title' => __( 'Log in' ), 326 'href' => 'http ://buddypress.org/login/'326 'href' => 'https://buddypress.org/login/' 327 327 ) ); 328 328 } … … 377 377 'id' => 'user-info', 378 378 'title' => $user_info, 379 'href' => 'http ://buddypress.org/login/',379 'href' => 'https://buddypress.org/login/', 380 380 'meta' => array( 381 381 'tabindex' => -1, … … 387 387 'id' => 'register', 388 388 'title' => __( 'Register' ), 389 'href' => 'http ://buddypress.org/register/'389 'href' => 'https://buddypress.org/register/' 390 390 ) ); 391 391 $wp_admin_bar->add_menu( array( … … 393 393 'id' => 'lost-pass', 394 394 'title' => __( 'Lost Password' ), 395 'href' => 'http ://buddypress.org/lost-password/'395 'href' => 'https://buddypress.org/lost-password/' 396 396 ) ); 397 397 $wp_admin_bar->add_menu( array( … … 399 399 'id' => 'login', 400 400 'title' => __( 'Log In' ), 401 'href' => 'http ://buddypress.org/login/'401 'href' => 'https://buddypress.org/login/' 402 402 ) ); 403 403 } … … 424 424 'parent' => 'top-secondary', 425 425 'title' => $howdy . $avatar, 426 'href' => 'http ://buddypress.org/login/',426 'href' => 'https://buddypress.org/login/', 427 427 'meta' => array( 428 428 'class' => $class,
Note: See TracChangeset
for help on using the changeset viewer.