@@ 1155-1157 (lines=3) @@ | ||
1152 | if ( isset( $content_navigation['views']['edit'] ) ) { |
|
1153 | $content_navigation['views']['edit']['tooltiponly'] = true; |
|
1154 | } |
|
1155 | if ( isset( $content_navigation['actions']['watch'] ) ) { |
|
1156 | $content_navigation['actions']['watch']['tooltiponly'] = true; |
|
1157 | } |
|
1158 | if ( isset( $content_navigation['actions']['unwatch'] ) ) { |
|
1159 | $content_navigation['actions']['unwatch']['tooltiponly'] = true; |
|
1160 | } |
|
@@ 1158-1160 (lines=3) @@ | ||
1155 | if ( isset( $content_navigation['actions']['watch'] ) ) { |
|
1156 | $content_navigation['actions']['watch']['tooltiponly'] = true; |
|
1157 | } |
|
1158 | if ( isset( $content_navigation['actions']['unwatch'] ) ) { |
|
1159 | $content_navigation['actions']['unwatch']['tooltiponly'] = true; |
|
1160 | } |
|
1161 | } |
|
1162 | ||
1163 | return $content_navigation; |