updated etxlink, ctools, colorbox, computed_field
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* A cached plugin object that tests inheritance including.
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* A cached plugin object that tests inheritance including.
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
@@ -17,4 +18,5 @@ $plugin = array(
|
||||
/**
|
||||
* Plugin array function plugin.
|
||||
*/
|
||||
function ctools_plugin_test_plugin_array_cached_test() {}
|
||||
function ctools_plugin_test_plugin_array_cached_test() {
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
@@ -17,4 +18,5 @@ $plugin = array(
|
||||
/**
|
||||
* Plugin array function plugin.
|
||||
*/
|
||||
function ctools_plugin_test_plugin_array2_cached_test() {}
|
||||
function ctools_plugin_test_plugin_array2_cached_test() {
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* A cached plugin object that tests inheritance including.
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* A cached plugin object that tests including.
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
@@ -17,4 +18,5 @@ $plugin = array(
|
||||
/**
|
||||
* Plugin array function plugin.
|
||||
*/
|
||||
function ctools_plugin_test_plugin_array_not_cached_test() {}
|
||||
function ctools_plugin_test_plugin_array_not_cached_test() {
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
@@ -17,4 +18,5 @@ $plugin = array(
|
||||
/**
|
||||
* Plugin array function plugin.
|
||||
*/
|
||||
function ctools_plugin_test_plugin_array2_not_cached_test() {}
|
||||
function ctools_plugin_test_plugin_array2_not_cached_test() {
|
||||
}
|
||||
|
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Chaos Tools plugin include using a plugin array to declare a plugin.
|
||||
|
Reference in New Issue
Block a user