Changeset 513037
- Timestamp:
- 03/01/2012 05:08:58 PM (14 years ago)
- Location:
- simplicy-random-post/trunk
- Files:
-
- 4 edited
-
css/simplicy_random_post.css (modified) (1 diff)
-
func/function.php (modified) (1 diff)
-
js/sp-random-post.js (modified) (1 diff)
-
sp-random-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simplicy-random-post/trunk/css/simplicy_random_post.css
r512976 r513037 1 /* Mise en forme WidgetSimplicy random post 1.5 */1 /* Simplicy random post 1.5 */ 2 2 3 3 /*Mise en forme Générale du widget*/ -
simplicy-random-post/trunk/func/function.php
r512977 r513037 1 1 <?php 2 3 2 function WARP__errorpost($ErrMsg) { 4 3 header('HTTP/1.0 500 Internal Server Error'); -
simplicy-random-post/trunk/js/sp-random-post.js
r512977 r513037 1 1 /*! 2 Simplicy Random Post 2 Simplicy Random Post 1.5 3 3 by naxialis 4 4 */ -
simplicy-random-post/trunk/sp-random-post.php
r512977 r513037 8 8 Author URI: http://www.naxialis.com 9 9 */ 10 11 10 load_plugin_textdomain('SP-Random-Post', false, basename(dirname(__FILE__)) . '/lang'); 12 11 require_once(dirname(__FILE__).'/func/function.php'); 12 /* Register our stylesheet. */ 13 13 wp_enqueue_style('simplicy_random_post', '/wp-content/plugins/simplicy-random-post/css/simplicy_random_post.css'); 14 /* Register our stylesheet. */15 16 14 ?>
Note: See TracChangeset
for help on using the changeset viewer.