Changeset 842810
- Timestamp:
- 01/22/2014 02:20:04 AM (12 years ago)
- Location:
- wp-user-avatar
- Files:
-
- 2 edited
-
tags/1.7.2/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-user-avatar/tags/1.7.2/readme.txt
r842809 r842810 276 276 // Loads only outside of administration panel 277 277 if(!is_admin()){ 278 add_action('plugins_loaded','my_avatar_filter'); `278 add_action('plugins_loaded','my_avatar_filter'); 279 279 }` 280 280 -
wp-user-avatar/trunk/readme.txt
r842701 r842810 276 276 // Loads only outside of administration panel 277 277 if(!is_admin()){ 278 add_action('plugins_loaded','my_avatar_filter'); `278 add_action('plugins_loaded','my_avatar_filter'); 279 279 }` 280 280
Note: See TracChangeset
for help on using the changeset viewer.