Changeset 8926 for trunk/wp-includes/post-template.php
- Timestamp:
- 09/18/2008 06:24:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r8848 r8926 924 924 </form> 925 925 '; 926 return $output;926 return apply_filters('the_password_form', $output); 927 927 } 928 928
Note: See TracChangeset
for help on using the changeset viewer.