|
@@ 1125-1127 (lines=3) @@
|
| 1122 |
|
if ( isset( $content_navigation['views']['edit'] ) ) { |
| 1123 |
|
$content_navigation['views']['edit']['tooltiponly'] = true; |
| 1124 |
|
} |
| 1125 |
|
if ( isset( $content_navigation['actions']['watch'] ) ) { |
| 1126 |
|
$content_navigation['actions']['watch']['tooltiponly'] = true; |
| 1127 |
|
} |
| 1128 |
|
if ( isset( $content_navigation['actions']['unwatch'] ) ) { |
| 1129 |
|
$content_navigation['actions']['unwatch']['tooltiponly'] = true; |
| 1130 |
|
} |
|
@@ 1128-1130 (lines=3) @@
|
| 1125 |
|
if ( isset( $content_navigation['actions']['watch'] ) ) { |
| 1126 |
|
$content_navigation['actions']['watch']['tooltiponly'] = true; |
| 1127 |
|
} |
| 1128 |
|
if ( isset( $content_navigation['actions']['unwatch'] ) ) { |
| 1129 |
|
$content_navigation['actions']['unwatch']['tooltiponly'] = true; |
| 1130 |
|
} |
| 1131 |
|
} |
| 1132 |
|
|
| 1133 |
|
return $content_navigation; |