Changeset 1169358
- Timestamp:
- 05/28/2015 12:43:31 PM (11 years ago)
- Location:
- coceca
- Files:
-
- 3 edited
-
tags/1.0/includes/plugin-dependencies.php (modified) (2 diffs)
-
tags/1.1.1/includes/plugin-dependencies.php (modified) (2 diffs)
-
trunk/includes/plugin-dependencies.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coceca/tags/1.0/includes/plugin-dependencies.php
r1169126 r1169358 742 742 $class = 'satisfied'; 743 743 //$title = __( 'Dependency: Satisfied', 'plugin-dependencies' ); 744 $title = __( 'Require d plugins', 'plugin-dependencies' );744 $title = __( 'Requires CoCeCa plugin to work', 'plugin-dependencies' ); 745 745 } 746 746 … … 781 781 782 782 if ( false !== $url ) { 783 $list[] = html( 'a', array( 'href' => $url, 'title' => $title ), $name ); 783 //$list[] = html( 'a', array( 'href' => $url, 'title' => $title ), $name ); 784 $list[] = html( 'a', array( 'href' => $url, 'title' => $title ), 'Requires CoCeCa plugin to work' ); 784 785 } 785 786 else { -
coceca/tags/1.1.1/includes/plugin-dependencies.php
r1169126 r1169358 742 742 $class = 'satisfied'; 743 743 //$title = __( 'Dependency: Satisfied', 'plugin-dependencies' ); 744 $title = __( 'Require d plugins', 'plugin-dependencies' );744 $title = __( 'Requires CoCeCa plugin to work', 'plugin-dependencies' ); 745 745 } 746 746 … … 781 781 782 782 if ( false !== $url ) { 783 $list[] = html( 'a', array( 'href' => $url, 'title' => $title ), $name ); 783 //$list[] = html( 'a', array( 'href' => $url, 'title' => $title ), $name ); 784 $list[] = html( 'a', array( 'href' => $url, 'title' => $title ), 'Requires CoCeCa plugin to work' ); 784 785 } 785 786 else { -
coceca/trunk/includes/plugin-dependencies.php
r1167526 r1169358 742 742 $class = 'satisfied'; 743 743 //$title = __( 'Dependency: Satisfied', 'plugin-dependencies' ); 744 $title = __( 'Require d plugins', 'plugin-dependencies' );744 $title = __( 'Requires CoCeCa plugin to work', 'plugin-dependencies' ); 745 745 } 746 746 … … 781 781 782 782 if ( false !== $url ) { 783 $list[] = html( 'a', array( 'href' => $url, 'title' => $title ), $name ); 783 //$list[] = html( 'a', array( 'href' => $url, 'title' => $title ), $name ); 784 $list[] = html( 'a', array( 'href' => $url, 'title' => $title ), 'Requires CoCeCa plugin to work' ); 784 785 } 785 786 else {
Note: See TracChangeset
for help on using the changeset viewer.