Changeset 1586
- Timestamp:
- 07/11/2008 03:30:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/template-functions.php
r1580 r1586 1089 1089 1090 1090 $uri_super = bb_get_uri('bb-admin/sticky.php', array('id' => $topic->topic_id, 'super' => 1), BB_URI_CONTEXT_A_HREF + BB_URI_CONTEXT_BB_ADMIN); 1091 $uri_s tick= attribute_escape( bb_nonce_url( $uri_super, 'stick-topic_' . $topic->topic_id ) );1091 $uri_super = attribute_escape( bb_nonce_url( $uri_super, 'stick-topic_' . $topic->topic_id ) ); 1092 1092 1093 1093 if ( topic_is_sticky( $topic->topic_id ) ) … … 1923 1923 extract($args, EXTR_SKIP); 1924 1924 1925 $uri = attribute_escape( bb_get_uri('bb- login.php', null, BB_URI_CONTEXT_A_HREF + BB_URI_CONTEXT_BB_ADMIN) );1925 $uri = attribute_escape( bb_get_uri('bb-admin/', null, BB_URI_CONTEXT_A_HREF + BB_URI_CONTEXT_BB_ADMIN) ); 1926 1926 1927 1927 return apply_filters( 'bb_get_admin_link', $before . '<a href="' . $uri . '">' . $text . '</a>' . $after, $args ); … … 2510 2510 } else { 2511 2511 $query = array( 2512 'page' => $page > 1 ? $page : false 2512 'view' => $v, 2513 'page' => $page > 1 ? $page : false, 2513 2514 ); 2514 2515 $link = bb_get_uri('view.php', $query, $context);
Note: See TracChangeset
for help on using the changeset viewer.