Opened 8 years ago
Closed 8 years ago
#45139 closed defect (bug) (invalid)
Customizer Unable to Publish Changes
| Reported by: | xnineone | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Customize | Version: | 4.9.8 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Found issue in "wp-includes/class-wp-customize-manager.php" line 2391
publishpublish_posts
should be
publish_posts
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi there and welcome to WordPress Trac.
I'm not sure where you found this, but I can't find any occurence of
publishpublish_postsneither in WordPress 4.9.8, the 4.9 branch, trunk, or the 5.0 branch:https://github.com/WordPress/wordpress-develop/blob/4.9.8/src/wp-includes/class-wp-customize-manager.php
https://github.com/WordPress/wordpress-develop/blob/master/src/wp-includes/class-wp-customize-manager.php
https://github.com/WordPress/wordpress-develop/blob/4.9/src/wp-includes/class-wp-customize-manager.php
https://github.com/WordPress/wordpress-develop/blob/5.0/src/wp-includes/class-wp-customize-manager.php
Especially not on line 2391:
https://github.com/WordPress/wordpress-develop/blob/4.9.8/src/wp-includes/class-wp-customize-manager.php#L2391
Looks like this file was modified on your system. To verify integrity of core files of your WordPress installation you can always use WP-CLI and run
wp core verify-checksums.