Changeset 557845
- Timestamp:
- 06/14/2012 09:27:52 AM (14 years ago)
- Location:
- wp-birthday-users
- Files:
-
- 1 edited
- 9 copied
-
tags/0.1.3/trunk (copied) (copied from wp-birthday-users/trunk)
-
tags/0.1.3/trunk/birthday-users-admin-css.css (copied) (copied from wp-birthday-users/trunk/birthday-users-admin-css.css)
-
tags/0.1.3/trunk/lang/wp-birthday-users-fr_FR.mo (copied) (copied from wp-birthday-users/trunk/lang/wp-birthday-users-fr_FR.mo)
-
tags/0.1.3/trunk/lang/wp-birthday-users-fr_FR.po (copied) (copied from wp-birthday-users/trunk/lang/wp-birthday-users-fr_FR.po)
-
tags/0.1.3/trunk/lang/wp-birthday-users-nl_NL.mo (copied) (copied from wp-birthday-users/trunk/lang/wp-birthday-users-nl_NL.mo)
-
tags/0.1.3/trunk/lang/wp-birthday-users-nl_NL.po (copied) (copied from wp-birthday-users/trunk/lang/wp-birthday-users-nl_NL.po)
-
tags/0.1.3/trunk/lang/wp-birthday-users.pot (copied) (copied from wp-birthday-users/trunk/lang/wp-birthday-users.pot)
-
tags/0.1.3/trunk/readme.txt (copied) (copied from wp-birthday-users/trunk/readme.txt)
-
tags/0.1.3/trunk/wp-birthday-users.php (copied) (copied from wp-birthday-users/trunk/wp-birthday-users.php) (2 diffs)
-
trunk/wp-birthday-users.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-birthday-users/tags/0.1.3/trunk/wp-birthday-users.php
r557836 r557845 37 37 ### Function: Birthday-Users init 38 38 function birthdayusers_init() { 39 $text = ""; 39 40 wp_enqueue_style('wp-birthday-users-admin', plugins_url('wp-birthday-users/birthday-users-admin-css.css'), false, '0.1', 'all'); 40 41 if (isset($_REQUEST["rebuild"])) { … … 231 232 232 233 ?> 233 -
wp-birthday-users/trunk/wp-birthday-users.php
r557836 r557845 37 37 ### Function: Birthday-Users init 38 38 function birthdayusers_init() { 39 $text = ""; 39 40 wp_enqueue_style('wp-birthday-users-admin', plugins_url('wp-birthday-users/birthday-users-admin-css.css'), false, '0.1', 'all'); 40 41 if (isset($_REQUEST["rebuild"])) { … … 231 232 232 233 ?> 233
Note: See TracChangeset
for help on using the changeset viewer.