Changeset 1191165
- Timestamp:
- 07/02/2015 10:24:07 AM (11 years ago)
- File:
-
- 1 edited
-
mfbtooltip/trunk/mfbtooltip.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mfbtooltip/trunk/mfbtooltip.php
r1189065 r1191165 4 4 Plugin URI: http://daily.madeforbrowser.com/ 5 5 Description: simple tooltip, add class mfbtooltip and data-tooltip="tooltipcontent" to all links. to show tooltip at bottom of link use class mfbtooltiprev instead of mfbtooltip 6 Version: 1.0 6 Version: 1.0 7 7 Author: Bjoern Zschernack 8 8 Author URI: http://daily.madeforbrowser.com/ … … 16 16 the Free Software Foundation, either version 2 of the License, or 17 17 any later version. 18 18 19 19 mfbTooltip is distributed in the hope that it will be useful, 20 20 but WITHOUT ANY WARRANTY; without even the implied warranty of 21 21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 22 GNU General Public License for more details. 23 23 24 24 You should have received a copy of the GNU General Public License 25 25 along with mfbTooltip. If not, see http://www.gnu.org/licenses/gpl.html. … … 30 30 */ 31 31 function tooltip_styles() { 32 wp_enqueue_style( 'mfbtooltip', plugins_url().'/mfb Tooltip/mfbtooltip.css' );32 wp_enqueue_style( 'mfbtooltip', plugins_url().'/mfbtooltip/mfbtooltip.css' ); 33 33 } 34 add_action( 'wp_enqueue_scripts', 'tooltip_styles' ); 34 add_action( 'wp_enqueue_scripts', 'tooltip_styles' ); 35 35 ?>
Note: See TracChangeset
for help on using the changeset viewer.