Changeset 34319 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 09/19/2015 05:48:30 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r34309 r34319 1244 1244 1245 1245 /** This filter is documented in wp-admin/edit-tag-form.php */ 1246 $uri = apply_filters( 'editable_slug', $uri );1246 $uri = apply_filters( 'editable_slug', $uri, $post ); 1247 1247 if ( !empty($uri) ) 1248 1248 $uri .= '/'; … … 1251 1251 1252 1252 /** This filter is documented in wp-admin/edit-tag-form.php */ 1253 $permalink = array( $permalink, apply_filters( 'editable_slug', $post->post_name ) );1253 $permalink = array( $permalink, apply_filters( 'editable_slug', $post->post_name, $post ) ); 1254 1254 $post->post_status = $original_status; 1255 1255 $post->post_date = $original_date;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)